[jQuery] Re: Killing ajax calls

2007-08-22 Thread lordb
You can easily prevent execution of ajax request with a flag. When you make an Ajax call the flag is set to 1 (if its allready to 1 you don't launch request) In the callback you just turn back the flag to 0 and you can perform a quick test to for comparing the last search made width the actual s

[jQuery] Re: jquery.forms incorrect object usage in fileupload() with IE

2007-07-09 Thread lordb
Yep this new version work perfectly thank's a lot malsup wrote: > > > Thanks for that info, lordb. I just checked in an update which I > think will fix the problem: > > http://jqueryjs.googlecode.com/svn/trunk/plugins/form/jquery.form.js > > When you ge

[jQuery] Re: jquery.forms incorrect object usage in fileupload() with IE

2007-07-07 Thread lordb
le (sorry for my poor english) malsup wrote: > > > Hi lordb, > > Does your form have an input element with the name "action"? That > could be a problem. I'll see if I can find a generic solution for > this situation. Other input names that will likely cause the f

[jQuery] jquery.forms incorrect object usage in fileupload() with IE

2007-07-06 Thread lordb
Error correction for jquery.forms plugin (http://www.malsup.com/jquery/form/) Error oberved when send a form containing file field with Internet Explorer 7 A possible solution to solve it : form.action is an object under IE7 so an error occured when the script try to replace it by an url i re