MavSuggest 0.1.1
MavSuggest is an autocomplete (or text suggestion) mootools library which is able to query it's results from a server-side script, or a local cache of JSON objects. The server-side script results can also be cached to allow for both a faster result, and less server traffic.
There are many options to customize the text field and the search results to match the look and feel of your web-site or web application. Keyboard and mouse interactions make it as intuitive as using any other form field. Effects are optional for an even quicker response and display time.
Details
- Author
- Dustin Hansen
- Current version
- 0.1.1
- GitHub
- dcdustin/MavSuggest
- Downloads
- 912
- Category
- Interface
- Tags
- Report
- GitHub Issues
How to use
CSS
#music_select { width: 400px; height: 24px; font-size: 105%; }
JS
var predict = new MavSuggest.Request.JSON({
'append':'music_tags',
'elem':'music_select',
'tabSelect': false,
'url':'/library/public/mavsuggest/predict.php'
});
HTML
<input type="text" id="music_select" value="">
Discuss
A note on comments here: These comments are moderated. No comments will show up until they are approved. Comments that are not productive (i.e. inflammatory, rude, etc) will not be approved.
Found a bug in this plugin? Please report it this repository's Github Issues.
blog comments powered by Disqus