Sunday, November 29, 2009

Re: [jQuery] jquery autosuggest with spinner

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 <joliataj@gmail.com> wrote:
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 delay in my application the first time the user
starts to type in the autosuggest field. It would be nice to have a
spinner as an indicator for the end user.

cheers,

christine


No comments: