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

When I use jquery-1.8.3.js it works fine. But, when I use jquery-1.9.1.min.js or jquery-1.9.0.js, even is fired when second letter is pressed. Code used to fire ProcessRequest event is: ```...

# In some cases its useful to have link to the owner element, with this patch I can do such things # onNoMatch: function() { $(this).val(''); } === PATCH ===...

any chance of catching events triggered by a virtual keyboard?

In jquery.autocomplite.js there is line 418: var totalHeight = $(window).height(); This line fails for me. Docs says, that for window and document objects method height() should be used. Hope this...

I'm trying to replicate http://stackoverflow.com/questions/2435964/jqueryui-how-can-i-custom-format-the-autocomplete-plug-in-results, but when I look at the method on line 766, there's no way I can extract what the user types and attempt to format it...

The script crashes with message "PM Error: URIError: malformed URI sequence Source File: http://url/scripts/jquery.autocomplete.js Line: 194" (from firefox) when % sign exists in results.

If you have your form in an overlay, like I am using FancyBox. The data is set, but the popup list doesn't display in the overlay with the input. It...

If a delimiter is used IE version 8 and less fails on this function: $.Autocompleter.prototype.getValue = function() { var val = this.dom.$elem.val(); if ( this.options.useDelimiter ) { var d =...

On line 194 in the plainTextParser function, plain text is decoded, should it be ? ``` data.push(decodeURIComponent(line[j])); ```

Hi there ! I've got a problem I can't solve by myself, I've already try to search on the web without succeed... so I finally post here ! Here is...