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

109 Commits

Author SHA1 Message Date
Tomas Kirda
1319d3f862 Make plugin name lowercase. 2013-01-20 20:24:10 -06:00
Tomas Kirda
b65d5ccf48 Add package manifest. 2013-01-20 20:10:36 -06:00
Tomas Kirda
b77771b326 Merge branch 'master' of github.com:devbridge/jQuery-Autocomplete 2013-01-20 19:42:50 -06:00
Tomas Kirda
c4e422edcc Merge branch 'master' of github.com:devbridge/jQuery-Autocomplete 2013-01-20 19:42:25 -06:00
Tomas Kirda
f2a8e91746 Merge branch 'master' of github.com:devbridge/jQuery-Autocomplete 2013-01-20 19:34:14 -06:00
Tomas Kirda
0bbf4a176e Merge branch 'master' of github.com:devbridge/jQuery-Autocomplete
Conflicts:
	dist/jquery.autocomplete.js
	dist/jquery.autocomplete.min.js
2013-01-20 19:33:50 -06:00
Tomas Kirda
2ec23c191d Merge branch 'master' of github.com:devbridge/jQuery-Autocomplete
Conflicts:
	dist/jquery.autocomplete.js
	dist/jquery.autocomplete.min.js
2013-01-20 19:30:58 -06:00
Tomas Kirda
3023235768 Release v1.2.2 2013-01-20 19:28:48 -06:00
Tomas Kirda
5689c5a3b8 Release v1.2.2 2013-01-20 18:53:04 -06:00
Tomas Kirda
3344e46030 Fix spacing. 2013-01-20 18:52:18 -06:00
Tomas Kirda
a10c00c3ec Add parameter name test. 2013-01-20 18:51:44 -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
067fda3a39 Merge branch 'develop' of github.com:devbridge/jQuery-Autocomplete into develop 2013-01-20 14:39:44 -06:00
Tomas Kirda
074252a8cb Deselect active element when mouse leaves suggestions container. Fixes #26 2013-01-20 14:38:55 -06:00
Tomas Kirda
2afb5fc517 Deselect active element when mouse leaves suggestions container 2013-01-20 14:36:27 -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
Tomas Kirda
999dc67b03 Merge pull request #28 from nilsga/master
Fixed some typos in the documentation
2013-01-17 06:23:46 -08:00
Nils-Helge Garli Hegvik
4fce3383f3 Fixed som doc typos 2013-01-17 07:40:21 +01:00
Tomas Kirda
d93af49a5e Merge pull request #25 from nilsga/master
Allow for configurable name of query request parameter and custom response format.
2013-01-16 12:21:20 -08: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
bd0829c7bf Update dist files 2013-01-15 12:25:11 -06:00
Tomas Kirda
32857e7132 Add lookupFilter function that can customized. 2013-01-15 11:53:05 -06:00
Tomas Kirda
d7102f4001 Map this to that to achieve better compression. 2013-01-15 11:50:00 -06:00
Tomas Kirda
21760cee19 Use single var per function 2013-01-15 11:17:47 -06:00
Tomas Kirda
3b3eb37dce Expose plugin as an AMD module if AMD loader is present 2013-01-15 11:05:09 -06:00
Tomas Kirda
714ccefadb Merge pull request #20 from jisaac01/optional_tabbing
add an option to disable going to the next field when tabbing to select ...
2013-01-04 17:34:55 -08: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
be517ccb33 Make mockjax log work in IE8 2013-01-02 10:49:03 -06:00
Tomas Kirda
93c147e4c0 Add containerClass to options. 2013-01-02 10:48:14 -06:00
Tomas Kirda
57a245eede Map keyboard keys on keys object. 2012-12-22 18:47:07 -06:00
Tomas Kirda
8312b03dbe Fix white space. 2012-12-21 18:10:28 -06: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
77daff2905 Update styles and suggestions markup. 2012-12-19 14:44:48 -06:00
Tomas Kirda
b793c784e5 Add license to distribution directory 2012-12-19 14:27:13 -06:00
Tomas Kirda
a53b1cd759 Update default options 2012-12-19 12:16:25 -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
8211e43cfd Add working demo. 2012-11-10 21:44:42 -06:00
Tomas Kirda
930393c7f7 Use outerHeight instead of innerHeight 2012-11-10 21:43:42 -06:00
Tomas Kirda
948ce9cdb7 Fix issue with keyPress context 2012-11-10 12:43:25 -06:00
Tomas Kirda
adfae28573 Minor formating changes 2012-11-08 16:07:53 -06:00
Tomas Kirda
dec9dc298e Update spacing and code style 2012-11-08 15:36:50 -06:00
Tomas Kirda
b4de69f24f Fix spacing and jslint code 2012-11-08 15:17:10 -06:00