BrandSNew Autocomplete
The AutoSuggest class adds a popdown menu of suggested values to a text field. The user can either click directly on a suggestion to enter it into the field, or navigate the list using the up and down arrow keys, selecting a value using the tab key. The values for the suggestion list are to provided as XML (by a PHP script, or similar). The AutoSuggest class adds a pulldown menu of suggested values to a text field. The user can either click directly on a suggestion to enter it into the field, or navigate the list using the up and down arrow keys, selecting a value using the enter key. The values for the suggestion list are to provided as XML, or as JSON (by a PHP script, or similar). The results of the first request are cached on the client machine and are filtered as the user continues to type, to reduce the number of requests hitting the server. In the JSON example above a callback function is passed to the autoSuggest instance. It is called when the user selects an entry, and inserts the entry id into a hidden field (visible for this example).
wow it beuty man
Nice one keep it up
I am most impressed with this. Amazing! Just curious: Is there any way to create this using a A-Z 0-9 link list (alphabetical listing) that when you mouse over each letter/number, a dropdown gets populated with content starting with the letter associated with the link? I am just trying to figure out a way to get rid of the type in form field. In my opinion, giving users a blank form field is a bit confusing. But when you guide them using an alphabetical index A|B|C|D etc... you are already steering them to what to associated content. Think phone book...how do you find stuff in it? Alphabetically by topic... Any feedback on this? Thanks! Please keep up the good work!
Great work! I think that I'm gonna take this script apart and learn from it
Turizm Sirketi
I like this version of autocomplete. Looks really nice and doesn't require tons of code
Great user interface. Am going to copy and learn from this.
get an error when trying to download.
The only problem I have ever found with this script is that in IE if the list goes over a combo (select) box the combo box remains on top. Still great though
I am searching through 2 different tables and merging the information together. Is it possible to put in a header that is non-selectable?
The only thing i wanted to ask you is can we make this Unobtrusive?
The script is good but has one major issue that the suggestion box doesn't closes if I click outside the suggestion box. all major suggestion box work like this. It should close down immediately after I click outside the suggestion box and should not wait for the time out. Please help me how can this be solved.
This is wonderful. thanks for the developers. is there any way to show all the items for on click and then filter according to the text typed in the text box.. :)
How would I associate a URL to every item, so that clicking the ajax autopopulated objects would open up a link?
can i use jsp file instead of test.php if yes tell me how can i fetch value from my database , ineed simple instruction to fetch employee name corresponding employee id