Re: [jQuery] jquery autosuggest with spinner

2009-11-29 Thread Jörn Zaefferer
Try specifying a style for the loading class, which gets added to the input whenever a request is pending: input.loading { background: "indicator.gif" } Jörn On Sun, Nov 29, 2009 at 11:09 PM, Christine Al-Thifairy wrote: > Hi, > > I am using the jQuery autocomplete plug-in 1.1 but it doesn't ap

[jQuery] jquery autosuggest with spinner

2009-11-29 Thread Christine Al-Thifairy
Hi, I am using the jQuery autocomplete plug-in 1.1 but it doesn't appear to support the display of spinner. I would like to know if there is any way to achieve the showing and hiding of a spinner, or of any other jQuery autocomplete plugin that comes with a spinner option. I have a few seconds del