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

16 Commits

Author SHA1 Message Date
Jan-Christian Foeh
82eb09328f Add onSearchError callback for handling AJAX failures 2013-10-01 15:56:39 +02:00
Tomas Kirda
16a8223db7 Update keyCode to which 2013-07-19 08:35:44 +03:00
Tomas Kirda
7c2121a598 Preserve original width option. Adjust width of the suggestions container each time if width is set to 'auto'. 2013-04-26 14:49:41 -05:00
Tomas Kirda
d48616adb5 Construct serviceUrl via callback function. Fixes #66. 2013-04-24 15:48:05 -05:00
Tomas Kirda
41543d98a4 Return instance of Autocomplete for the first matched element if called without arguments. 2013-04-24 14:55:34 -05:00
Tomas Kirda
c650a51a15 Add dispose method test. 2013-04-24 14:46:04 -05:00
Tomas Kirda
7af8d62091 Make query value to be set by the plugin. Fixes #48 2013-02-21 17:07:33 -06:00
Tomas Kirda
a362ce1b06 Call transformResult on the value returned from the server. Fixes #49 2013-02-21 16:25:07 -06:00
Tomas Kirda
52151c267b Split one test into two. 2013-02-21 11:34:47 -06:00
Tomas Kirda
a10c00c3ec Add parameter name test. 2013-01-20 18:51:44 -06:00
Tomas Kirda
56437a2ec5 Add autoSelectFirst option. 2013-01-20 14:26:30 -06:00
Tomas Kirda
b6482b8a89 Change formatting to make JSLint happy. 2013-01-20 14:09:09 -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
368cfb3c56 Add onSearchStart and onSearchComplete tests. Update documentation. 2012-12-19 15:53:34 -06:00
Tomas Kirda
77daff2905 Update styles and suggestions markup. 2012-12-19 14:44:48 -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