0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Jun 11, 2023 — Jun 11, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Query no more than at specific intervals More... almost 12 years ago
Query only if text is different More... almost 12 years ago
ajax settings as source, configurable placeholder More... almost 12 years ago
Adding support for jQuery Mobile 1.1.1 More... almost 12 years ago
Bumping version number More... almost 12 years ago
Improving navigation between example pages. Adding support for input type='search'. Autocomplete will now clear when the clear button is pressed within the search box. More... almost 12 years ago
Removing screenshots as they keep vanishing anyway. More... almost 12 years ago
Adding proper licensing More... almost 12 years ago
Bumping version number to 1.4.1 More... almost 12 years ago
Adding new property: matchFromStart to allow for full string searches at any point in a target string. More... almost 12 years ago
Forgot to change version number in file headers. More... almost 12 years ago
Forgot to change the version number in the sample files. More... almost 12 years ago
Archived older files, minified final code for 1.4 release More... almost 12 years ago
Archived older files, minified final code for 1.4 release More... almost 12 years ago
minor whitespace changes. updated readme to include new options for 1.4 More... almost 12 years ago
Merge branch 'master' of github.com:commadelimited/autoComplete.js More... almost 12 years ago
Merge pull request #18 from spacenick/master More... almost 12 years ago
Merging changes from '43f03c6' More... almost 12 years ago
Merging changes from 'a507b9b' More... almost 12 years ago
Edited out my custom loading icon... More... almost 12 years ago
Added changes to support stopping XHR that are outstanding when a new XHR is made for a given ID. Also added support for a custom icon on the listview results. More... almost 12 years ago
Add text parameters to be able to query an API with the input value More... almost 12 years ago
Merge pull request #19 from achuinard/patch-1 More... almost 12 years ago
Changing jQuery Mobile version in example files to explicitly use 1.1.0 More... almost 12 years ago
fixed clone URL (the one there required auth) More... almost 12 years ago
Accept a function as source. Function needs to call the callback, which is the first parameter. source:function(callback) { mydata = [1,2]; callback(mydata); } More... about 12 years ago
Merge pull request #17 from ydyu/master~2 More... about 12 years ago
Encoded the characters [ '\'', '(', ')' ] in the links in addition to what's encoded by encodeURIComponent(), in order to get around a JQuery Mobile bug that prevented links containing those characters from loading. More... about 12 years ago
Added homescreen capability to demo pages to test potential bug More... about 12 years ago
Updated input.autocomplete binding to keyup.autocomplete binding for IE8 support. More... about 12 years ago