Dynamic Form Autocomplete (Facebook Style)
15
Jan
// php the_time('Y') ?>
Dynamic form autocomplete code, named TextboxList, is built on Mootools javascript framework and works just like the Facebook form inputs that are very functional.
TextboxList works by caching all the results from a JSON Request and feeding them to the autocompleter object. When an item is added as a box, it’ removed from the feed array, and when the box is disposed it’s added back, so that it becomes available in the list when the user types.
This dynamic form autocomplete solution has a "without autocomplete" version that can be found here.
Requirements: No Requirements
Website: http://devthought.com/textboxlist-meets-autocompletion/
Demo: http://devthought.com/wp-content/articles/autocomple...
Website: http://devthought.com/textboxlist-meets-autocompletion/
Demo: http://devthought.com/wp-content/articles/autocomple...
- Tags:
Autocomplete Facebook Form Input Mootools
- Filed under: Forms, Goodies, License Free
- 1 Comment
















One Response for "Dynamic Form Autocomplete (Facebook Style)"
One article which might be useful for readers of this blog
http://aspdotnetmatters.blogspot.com/2011/08/facebook-like-autosuggest-in-aspnet.html