views:

85

answers:

1

Hi there

I have successfully implement the Jquery Autocomplete plugin into my site, using the examples as a template.

However, I am looking to fade in the suggestion list in the autocomplete so its a smooth transition, rather than just suddenly appearing and disappearing as it currently does.

I have looked through the options, but cant see anything to will achieve what im looking for...thanks

A: 

According to the documentation, there's an "extraParams" option that accepts a callback.

So you could probably pass a closure to extraParams that does that.

Alex
ill have a look...thanks
namtax