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

Reproducible using the demo/index.html Enter a search and select an item and hold the mouse button. The item is not selected and the list disappears. This fixes it, tested with...

We have the following scenario which fails: - We use IE 8 - Delimiter is on (using a space as delimiter). - We get a list of completions and clicks...

Add this after "$.fn.autocomplete = function(options) {" if(options==="destroy"){ this.removeData("autocompleter").off(); return; }

Correct me if I'm wrong, but I experienced, that onNoMatch was only called after I submitted, or focused out of .acInput. imo this should happen right when there is no...

I'm using autocomplete to pull back a list of user names from AD. The user names contain underscores ([email protected]). However, I want users to be able to simply type a...

that data in json format must have format [value:'', data:'']

![multiple](https://f.cloud.github.com/assets/1727906/992854/bc6b2cca-0989-11e3-9e55-ba621ce215c7.jpg) I'm running autocomplete in modal dialog, and when I'm reopening dialog, lib appends another acResults div to body.

In my app, i am making a remote call to get json back. I have minChars set to 4. I get data back, but when I type the 5th character,...

suppose we can enter 11 in autocomplete textbox it will display and immediately we add 1 to 11 it will display all results where string contains 111 at starting but...

When server returns empty (zero-length) response and there is no filter specified (`filter: false`), the autocomplete results are **not** completely empty length. Instead, the result array is of length one,...