jQueryAutocompletePlugin icon indicating copy to clipboard operation
jQueryAutocompletePlugin copied to clipboard

Jörn Zaefferer’s (now deprecated) jQuery plugin, with tweaks.

Results 22 jQueryAutocompletePlugin issues
Sort by recently updated
recently updated
newest added

JQMIGRATE: jQuery.fn.bind() is deprecated jQuery v3.2.1 jQuery Migrate - v3.0.0 - 2016-06-09 but it seems everything work fine. Another thing, jquery.autocomplete.min.js header reports "jQuery Autocomplete plugin 1.2.2" instead of 1.2.3,...

For IE 11, document.selection is no longer supported. See http://msdn.microsoft.com/en-us/library/ie/ms535869(v=vs.85).aspx for details. Updated condition so IE 11 uses selectionStart and selectionEnd similar to Chrome and Firefox. Versions of IE <...

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

I want to ask whether it is possible to help me do by clicking on any of the results to send the form. Its possible? Like this http://jsfiddle.net/uXHCQ/ but for...

Whether to show "No Records." message when there are no matching results. Setting this to false can help when selectFirst is true and mustMatch is false.

hey. I tried to achieve a combo of two sources - one predefined and one remote. I've set the `data` attribute to the local variable and update it from time...

When I delete a word with "DEL" key. And mouse click on the same field, autocomplete stops working. I found that the problem is here: if( lastKeyPressCode == KEY.DEL) {...

Hi, i just altered the file "jquery.autocomplete.js" for you guys to check. I had a prob when clicking on the option on IE, because the option will not fill the...

When I use ajax to load data, I find the server receives request with 'Chinese garbled' , and can not handle it. I add type : 'POST', after lin 389...

Just FYI, added launchManual() and refresh() methods, as well as an afterItemSelect callback.