[jQuery] [Draggable] How to cancel drag while dragging

2009-12-04 Thread jmunning
Hi All, I have a scenario where I have a results box and a drop zone where results can be dropped. When the results are dropped, the results box is updated with new results. My problem occurs when dragging a result while the results box is being re-loaded from the previous drop. The results box

[jQuery] Re: IE7 bugs

2009-10-31 Thread jmunning
r(function() { window.setTimeout( function() { $("#suggest").focus(); }, 2 // length of delay in milliseconds ); }); On Oct 2

[jQuery] Re: IE7 bugs

2009-10-29 Thread jmunning
the ajax request altogether until the page is reloaded. you can see it here: http://www.xyggy.com/patent.php 2. In IE7 and IE6, when using the multiple separator '\n', sometimes the new line does not get added after selecting an autocomplete suggestion. On Oct 27, 3:10 pm, jmunn

[jQuery] Re: Using a \n (new line) as the multipleSeparator in Internet Explorer does not work

2009-10-27 Thread jmunning
/d366d7c3a689f4cb?lnk=gst&q=autocomplete+IE7#d366d7c3a689f4cb Not sure if there is functionality we are losing by going back to 1.1pre or if this will cause other issues. On Oct 27, 1:49 pm, jmunning wrote: > Did you ever find a solution to this?  I'm having the same problem. > > On Oct

[jQuery] [autocomplete] IE7 bugs

2009-10-27 Thread jmunning
I've noticed some strange behavior in IE7 for the bassistance autocomplete plugin. 1. This bug can be seen on the demo page here: Type something into the "Multiple Birds (remote)" field and select one of the autocomplete choices. Type a couple more letters so the drop down appears again. Hold

[jQuery] Re: Using a \n (new line) as the multipleSeparator in Internet Explorer does not work

2009-10-27 Thread jmunning
Did you ever find a solution to this? I'm having the same problem. On Oct 22, 3:14 pm, Gabe wrote: > I've been getting some buggy behavior with IE7 when using a new line > character as the multipleSeparator.  Here is my sample code: > > id="search_movies"> > $('#search_movies').autocomplete( >

[jQuery] Re: ajaxQueue not aborting ajax calls with Autocomplete

2009-09-30 Thread jmunning
you provide a testpage? > > Jörn > > On Mon, Sep 28, 2009 at 7:59 PM, jmunning wrote: > > > Anyone have any ideas about this?  I'm stuck on this. > > > Thanks > > > On Sep 22, 2:47 pm, jmunning wrote: > >> Hi all, > > >> I am using the ba

[jQuery] Re: ajaxQueue not aborting ajax calls with Autocomplete

2009-09-28 Thread jmunning
Anyone have any ideas about this? I'm stuck on this. Thanks On Sep 22, 2:47 pm, jmunning wrote: > Hi all, > > I am using the bassistance autcomplete plugin version 1.1 along with > the bundled ajaxQueue.js file. > > When text is inputted into the autocomplete, it se

[jQuery] ajaxQueue not aborting ajax calls with Autocomplete

2009-09-22 Thread jmunning
Hi all, I am using the bassistance autcomplete plugin version 1.1 along with the bundled ajaxQueue.js file. When text is inputted into the autocomplete, it seems to be keeping the ajax calls open and loading even though they never resolve -- as shown by a loading indicator which is stuck and in