This page discusses - jQuery UI Widget : Autocomplete
Ads
TutorialsUsing autocomplete widget , you can add autocomplete feature to your input field. In this field when you will start type something , it will provide a list of related possible values (starting from that letter which you already typed). When you click on any of these , it will auto complete the remaining text.
For options, events ,method and theming click here
EXAMPLE :
autocompleteUI.html
<!DOCTYPE html> |
Output :
When you type something , for ex. java , it will show :
Click here to see another Example using different plugin.
Click here to see another demo using different plugin.
Learn from experts! Attend jQuery Training classes.
Posted on: April 18, 2011 If you enjoyed this post then why not add us on Google+? Add us to your Circles
Advertisements
Ads
Ads
Discuss: jQuery UI Widget : Autocomplete
Post your Comment