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

28 Commits

Author SHA1 Message Date
Tomas Kirda
dfd7f44509 Update spec. 2014-11-26 15:51:39 -06:00
Tomas Kirda
66b4225e47 Update tests to work with Jasmine 2.0 2014-09-21 17:32:52 -05:00
Tomas Kirda
3f71c720a3 Update Jasmine to version 2.0. 2014-08-18 08:36:17 -05:00
Tomas Kirda
3cb2fc6203 Set width of the input field so that auto width test can pass. 2014-08-17 16:07:33 -05:00
Polo
80e940ffff Added an optional no-suggestions notice when no matching results
This feature aims to improve user experience and plugin's responsiveness
by providing instant feedback for empty searches.
2014-03-26 11:51:46 -07:00
Mario Andrés Correa
0b7f00dad0 onSearchComplete receives suggestions as second parameter
Added functionality and it’s specs.
In line 648 there is no need to serialise `result` as it will be
already serialised on line `511`.
2014-01-04 01:45:07 -05:00
Tomas Kirda
e5bbc205df Add flag to disable prevention of AJAX requests for future requests. Closes #122. 2013-11-24 16:01:37 -06:00
Tomas Kirda
6dad72898a Add ability to limit results for local lookup. Closes #115. 2013-11-23 23:38:50 -06:00
Tomas Kirda
8278419a04 Improve caching logic. Make cache key to be combination of the serviceUrl and parameters. 2013-11-23 23:12:43 -06:00
Tomas Kirda
9f329d0c49 Add ability to select suggestion if it matches typed value. Fixes #113. 2013-11-23 21:43:40 -06:00
Tomas Kirda
f2aef10a5b Merge branch 'develop'
Conflicts:
	readme.md
2013-11-23 17:16:27 -06:00
Jan-Christian Foeh
82eb09328f Add onSearchError callback for handling AJAX failures 2013-10-01 15:56:39 +02:00
Tomas Kirda
f7716b6551 Add beforeRender callback. Closes #84 2013-08-31 17:13:27 -05: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