jQuery-Smart-Auto-Complete
jQuery-Smart-Auto-Complete copied to clipboard
AutoComplete plugin with smart defaults and flexibility to customize
Facing following error : Cannot read the property 'query' while implementing smart_autocomplete_multiselect
The jQuery Smart AutoComplete is powerful and very useful! I was wondering if it is possible to configure the Smart AutoComplete so that if someone presses enter without selecting an...
Plugin not registering when clicking an item in IE. Works by pressing enter though. Tested with IE9
I add my input fields dynamically to the dom, or if there is already data i have multiple fields given. All of them using the same class. If i now...
In IE selecting an item by mouse clicking the item was not working. I changed this code about line 500 FROM: $(options.resultsContainer).delegate(options.resultElement, 'click.smart_autocomplete', function () { $(options.context).trigger('itemSelect', [this]); return false...
Hello, I've run into a problem with clearResults in IE only. In IE when you submit the form by selecting an item (itemSelect or itemFocus) in IE and then use...
I don't know if there's any way to detect cursor position with js, but currently the form will submit if someone goes back and forth to change a typo
Problems trying binding multiple elements. $('.produto').smartAutoComplete( {source: ['Apple', 'Banana', 'Orange', 'Mango'] }); This doesn't works Sry my english xp
With select boxes, the labels and the actual values of the options are decoupled so you can show a nice formatted text to the user and still get an id...