[jQuery] Re: How can I return some value in jquery's callback function?

2008-11-13 Thread Freshow
} > }); > > -Mike > > > -Original Message- > > From: jquery-en@googlegroups.com > > [mailto:[EMAIL PROTECTED] On Behalf Of Freshow > > Sent: Thursday, November 13, 2008 7:58 AM > > To: jQuery (English) > > Subject: [jQuery] How c

[jQuery] How can I return some value in jquery's callback function?

2008-11-13 Thread Freshow
it didn't work when I 'return true' or 'return false', is there some way to get it? == var url='http://localhost/coudou/check/register.php?email=' + str; $.getJSON(url, function(res){ if(res.registed){

[jQuery] ajaxSuccess function is not run

2008-04-15 Thread Freshow
I use jquery.form plugin to submit a form , but the ajaxSuccess() function not run, other function run exacitly , how can i let jquery knows it run success Codes: function submitImageUploadForm(){ // 显示 loading 图片 $("#loading") .ajaxStart(function(){