i’m using this plugin for autocomplete
http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete
i want that when the user clicks on the textbox the div with all results become visible
i’ ve tried with $("#textbox").search() but doesn’t work
How can i do?
thanks
Here is a tutorial by farrukhaziz on how to add this functionality to the plugin: http://plugins.jquery.com/node/10336
You will need to edit the plugin source code.
Add the ‘LaunchManual’ part to this section of the source.
and the ‘LaunchManual’ bit in this section:
Then you can call the function to show the dropdown: