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

jQuery Autocomplete plugin

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

I assume this file is deprecated in favor of https://github.com/jquery/jquery-ui/blob/master/ui/jquery.ui.autocomplete.js, but this version found its way into one of my projects, and I felt the need to share this fix...

return new RegExp(typed, 'i'); I know you can override the matcher function at runtime through the settings, but this really tripped me up when I was first used the demo...

or console statements should be removed from jquery.ui.autocomplete.js (production code)

code comments state that this property can have a pixel value set for it, however it looks like the code does not support this. I am not quite sure of...

http://reinh.github.com/jquery-autocomplete/autocomplete.css ... if autocomplete.html and autocomplete.js are to rmain in source, than autocomplete.css should be added back. (I needed to track it down to see how the autocomplete with scrollbar...