0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
More specific doc for `interval` More... about 10 years ago
Merge pull request #70 from gregh3269/master More... over 10 years ago
Min version More... over 10 years ago
Merge pull request #69 from gregh3269/master More... over 10 years ago
wrong line More... over 10 years ago
fixes More... over 10 years ago
Add Bitdeli badge More... over 10 years ago
Merge pull request #66 from oromanos/br_transform More... over 10 years ago
Create transform.html More... over 10 years ago
added transform data method More... over 10 years ago
added settings to let user transform data More... over 10 years ago
Merging #62 More... almost 11 years ago
Fixed #37; allowing meta characters like + to be searched for. More... almost 11 years ago
Merge pull request #61 from jacob/master More... almost 11 years ago
rename option "class" to "klass" so autoComplete works in IE8. "class" is reserved word in javascript, see http://stackoverflow.com/questions/26255/reserved-keywords-in-javascript More... almost 11 years ago
Merging readme change from VitaliiBlagodir More... almost 11 years ago
Merging from nolanlawson, minifying. More... almost 11 years ago
Merge pull request #58 from nolanlawson/master More... almost 11 years ago
Update readme.md More... almost 11 years ago
optionally do not force the first choice in the list when the enter key is hit More... almost 11 years ago
Merging PR #57. Fixed a few minor issues with syntax and var'ing More... almost 11 years ago
Merge branch 'master' of https://github.com/kenguest/autoComplete.js into kenguest-master More... almost 11 years ago
Enable class of li element for results to be set. More... almost 11 years ago
Merge branch 'master' of github.com:commadelimited/autoComplete.js More... almost 11 years ago
Merge pull request #56 from fintanf/master More... almost 11 years ago
Store last text before early return. More... about 11 years ago
Merge pull request #52 from belav/master More... about 11 years ago
Merge pull request #54 from nolanlawson/master More... about 11 years ago
Suggested change: adding an optional function to convert the JSON data More... about 11 years ago
When an option was for an object, and that object had a property with a ' in it, the html that is written out is invalid. In the callback function when $(e.currentTarget).data("autocomplete") is used, some of the properties would end up undefined. Encode ' as ' when writing out the json value of an object. More... about 11 years ago