searchbox
searchbox copied to clipboard
A live search plugin for jQuery.
It didn't work anymore being attached to $input. > Note: As of jQuery version 1.8, this method should only be attached to document. > [Source](http://www.w3schools.com/jquery/ajax_ajaxstart.asp) My first time on github...
Hi there Add a dynamic exchange for settings. So the Issue #1 will be fixed.
It doesn't look like this is actively maintained, but I like this solution over any others because it does not rely on simply filling in autocomplete and doesn't get in...
This change allows the user to set a minimum set of characters before the searchbox plugin starts to run. Thanks!
If you still maintain it, please have a look at the changes
I have been able to get an individual search box to work without failm but when I add more than one, Example: $('input.searchcontacts').searchbox({ url: '/contacts/load_contacts/', param: 'searchcontacts', dom_id: '#contactresults', delay:...