Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Contributor
3712 Points
838 Posts
May 30, 2011 05:06 PM|LINK
try wrapping the onsuccess in a jquery document.ready function
$(document).ready(function(){
// your onsuccess method goes here...
});
Knecke
Contributor
3712 Points
838 Posts
Re: Need help: None of my OnSuccess functions are working
May 30, 2011 05:06 PM|LINK
try wrapping the onsuccess in a jquery document.ready function
$(document).ready(function(){
// your onsuccess method goes here...
});
.NET Developer (ASP.NET, MVC, WPF) MCTS .NET 4 (Web, WCF)
Blog | Twitter