jquery-autocomplete icon indicating copy to clipboard operation
jquery-autocomplete copied to clipboard

The original jQuery autocompleter. Does not need any other plugins. Supports local and remote data sets, plain text and JSON data, various options and callback hooks.

Results 53 jquery-autocomplete issues
Sort by recently updated
recently updated
newest added

Hi, I use jquery ui autocomplete. occasionally for some users the page load and the autocomplete input field init with **weird values, like _e_16K7 or e_0cbp_** or **_e_0WfF** I believe...

Lines 1143-4 start and end vars are not defined. Move the variable declarations to the beginning of the function to stop them from becoming globals. No compiled js because of...

jquery-autocomplete does not work well with Japanese inputs on Firefox. This is caused because Firefox does not fire keydown events when Japanese IME is active. There are two ways to...

When we click on the scroll bar down arrow in auto complete results, the scroll is not moving down in IE11. Its working fine in chrome. I am able to...

Hey guys... I figured out this plugin development has stagnated. With most issues and pull requests already mentioned here I have put together a better auto complete plugin here https://github.com/geoffreybans/jquery-autosuggest...

Basic autocomplete functionality works fine but it is not narrowing down when text is not matching. Let’s say if I type in: 'DPRDZ' it should show suggestions only if there...

Autocomplete 2.4.4 does not permite funcitions as extraParams. Sugestion to correct this issue: ``` /** * Create partial url for a name/value pair */ var makeUrlParam = function(name, value) {...

i have two input field, the first have autocomplete with cities names, I need to set the second field zone, with autocomplete filtered by selected city... i tried this but...

The vertical position calculation not works well in some cases. Using 'document' instead of 'window' on line 442 fixes the problem: var totalHeight = $(document).outerHeight();

Option can be used to decorate ul itself with optional elements. Really need that at rizzoma.com to show additional button in autocomplete results.