2
0
mirror of https://github.com/devbridge/jQuery-Autocomplete.git synced 2024-09-20 01:09:03 +00:00
Commit Graph

21 Commits

Author SHA1 Message Date
Gediminas Backevicius
19f0e6b6c5 Method 'clear' which is used to clear autocomplete's state was included. This method can be used when data source is changed. 2013-04-09 11:27:26 +03:00
Tomas Kirda
364fd6a1f0 Rev for 1.2.5 release 2013-03-27 14:01:24 -05:00
Tomas Kirda
a362ce1b06 Call transformResult on the value returned from the server. Fixes #49 2013-02-21 16:25:07 -06:00
Jesse Ditson
f1f104d354 update for #36 - added documentation for option 2013-02-04 12:47:21 -08:00
Tomas Kirda
3344e46030 Fix spacing. 2013-01-20 18:52:18 -06:00
Tomas Kirda
e2309c1533 Merge branch 'master' of github.com:devbridge/jQuery-Autocomplete 2013-01-20 15:18:31 -06:00
Tomas Kirda
e97ad17209 Implement appendTo option. 2013-01-20 15:17:04 -06:00
Tomas Kirda
56437a2ec5 Add autoSelectFirst option. 2013-01-20 14:26:30 -06:00
Nils-Helge Garli Hegvik
4fce3383f3 Fixed som doc typos 2013-01-17 07:40:21 +01:00
Nils-Helge Garli Hegvik
4ccc809a00 Fixed format issue 2013-01-16 12:24:28 +01:00
Nils-Helge Garli Hegvik
b92ac02ba7 Added support for custom query and search result format 2013-01-16 12:21:42 +01:00
Tomas Kirda
ffa963663a Merge branch 'master' of github.com:devbridge/jQuery-Autocomplete
Conflicts:
	src/jquery.autocomplete.js
2013-01-15 12:37:42 -06:00
Tomas Kirda
32857e7132 Add lookupFilter function that can customized. 2013-01-15 11:53:05 -06:00
Joshua Isaac
2c26b6c7e2 add an option to disable going to the next field when tabbing to select a suggestion 2013-01-04 16:58:49 -08:00
Tomas Kirda
f75ed9f080 Update readme 2012-12-19 16:17:21 -06:00
Tomas Kirda
035707c1f8 Update license link. 2012-12-19 15:58:30 -06:00
Tomas Kirda
368cfb3c56 Add onSearchStart and onSearchComplete tests. Update documentation. 2012-12-19 15:53:34 -06:00
Tomas Kirda
196fa6b0c0 Add API documentation 2012-12-19 12:15:54 -06:00
Tomas Kirda
b6fedc2dbd Update samples, add styling 2012-12-18 18:03:45 -06:00
Tomas Kirda
459719fc02 Make plugin chainable, change suggestion event handling to improve performance, change suggestions format, update readme, add Jasmine test suites, add license. 2012-12-18 16:07:02 -06:00
Tomas Kirda
09abcbd3b4 Initial commit. 2010-05-26 17:13:16 -05:00