Ed Michel
Ed Michel

Reputation: 908

extend jqueryui autocomplete

How can I take use of the autocomplete functions to match the following requirements?

I'm new to jquery and jqueryui, but is it right that I can control the "open" event to achieve my requirements? Can anyone help me out here, please? :D

Upvotes: 0

Views: 797

Answers (1)

marcosfromero
marcosfromero

Reputation: 2853

Here you have an example: http://jsfiddle.net/marcosfromero/wD9RH/

You should use the callback option for the source parameter.

Read Overview in Autocomplete documentation page to understand how to use it:

Upvotes: 1

Related Questions