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

334 Commits

Author SHA1 Message Date
Tomas Kirda
75879a89c1 Merge pull request #251 from freax/auto-select-first-fix
Fix for scroll on autoselect first item
2014-10-06 15:49:26 -05:00
Tomas Kirda
e6e409f4a4 Merge branch 'master' of github.com:devbridge/jQuery-Autocomplete 2014-10-06 15:48:48 -05:00
Tomas Kirda
062e9bdacf Add support for custom lookup function. 2014-10-06 15:48:34 -05:00
Tomas Kirda
2d7e98fefa Merge pull request #252 from dugwood/patch-1
Fix syntax for jsHint
2014-10-06 15:00:48 -05:00
Yvan
a6efd4ee30 Fix syntax for jsHint
Fixed some lines or changed some code to validate the code against jsHint. See http://www.jshint.com/. Thanks for the good work.
2014-10-06 16:39:48 +02:00
dima
3048f48d1b always work only after the show() method 2014-10-03 15:48:56 +04:00
dima
b34fc5d9c7 fix for scroll on autoselect first item 2014-10-03 15:08:59 +04:00
Tomas Kirda
505485e717 Merge pull request #245 from balvig/delta
Use height of items to compute heightDelta
2014-09-25 08:01:41 -05:00
Jens Balvig
9fbadc1451 Use height of items to compute heightDelta 2014-09-25 09:16:42 +02:00
Tomas Kirda
d71867a090 Rev for 1.2.14 release 2014-09-21 22:18:09 -05:00
Tomas Kirda
fb920860c5 Implement grouping. Resolve #83 2014-09-21 22:14:17 -05:00
Tomas Kirda
d90cc5e92f Rev for 1.2.13 release 2014-09-21 18:09:53 -05:00
Tomas Kirda
2a0f1f7b89 Use empty suggestions array if it is bad query. 2014-09-21 18:06:59 -05:00
Tomas Kirda
9d8118fa6b Call onSearchStart and onSearchComplete for local search. Fixes #241 2014-09-21 18:00:12 -05:00
Tomas Kirda
66b4225e47 Update tests to work with Jasmine 2.0 2014-09-21 17:32:52 -05:00
Tomas Kirda
26f2c87dd2 Clear onChangeInterval when disabling or hiding suggestions. Fixes #238 2014-09-08 10:34:03 -05:00
Tomas Kirda
d3e62d904d Merge branch 'develop' into develop_update-jasmine 2014-09-06 15:30:28 -05:00
Tomas Kirda
51fc6a6ca7 Rev for 1.2.12 release 2014-09-06 15:26:04 -05:00
Tomas Kirda
d3577df69b Add grunt. Automate version setting for configuration files. 2014-09-06 15:19:40 -05:00
Tomas Kirda
23bdea852e Merge pull request #233 from fpupor/master
Improvement item for work with others plugins
2014-08-29 16:27:35 -05:00
Felipe Pupo Rodrigues
bdeddb3238 Improvement item for work with others plugins 2014-08-29 18:10:35 -03:00
Steffen Dietz
d9b00331c0 added dist files, used uglifyjs for minification 2014-08-28 12:28:29 +02:00
Steffen Dietz
e10f08a1f1 updated readme 2014-08-28 12:15:38 +02:00
Steffen Dietz
fdae40056f added test case for onHide callback 2014-08-28 12:15:17 +02:00
Steffen Dietz
5d5513f0f2 added onHide callback option 2014-08-28 12:14:36 +02:00
Tomas Kirda
41f2c3fd95 Support Browserify. Closes #189 2014-08-26 13:54:57 -05:00
Tomas Kirda
6f46c46356 Use strict equality when comparing values. 2014-08-26 13:46:02 -05:00
Tomas Kirda
17c665557b Merge pull request #229 from ResultsMayVary/master
Only invalidate when value is actually changed
2014-08-26 13:44:17 -05:00
Tomas Kirda
dc34d70831 Cleanup white space, update code styling and naming. 2014-08-26 13:42:06 -05:00
Tomas Kirda
da54bac1ed Add ajaxSettings to src file (was in dist by mistake). 2014-08-26 13:29:33 -05:00
Trevor Parker
6840ce8e53 Only invalidate when value is actually changed 2014-08-26 13:33:44 -04:00
Tomas Kirda
b6d3f75bbe Add package.json. Fixes #214 2014-08-24 19:36:29 -05:00
Tomas Kirda
00cefad1ae Add plugin alias. Fixes #153 2014-08-24 19:12:49 -05:00
Tomas Kirda
e33cfc8a7f Add ability to specify any additional ajax settings. Fixes #223, fixes #185 2014-08-24 18:52:05 -05:00
Tomas Kirda
f73c77905a Rev for 1.2.11 release 2014-08-24 18:25:55 -05:00
Tomas Kirda
cf80d8e67b Use jQuery's trim and inArray so it works in IE8. Fixes #226 2014-08-24 18:21:54 -05:00
Tomas Kirda
3e7fb81cf3 Update dist source. 2014-08-18 08:57:03 -05:00
Tomas Kirda
74ea7e35f4 Rev for 1.2.10 release 2014-08-18 08:54:08 -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
Tomas Kirda
a9e79277fb Merge pull request #208 from tttomekkk/master
Vertical orientation of suggestions. fixPosition and noSuggestionNotice developed.
2014-07-28 07:33:40 -05:00
Tomek Główka
562f152bf5 noSuggestions support extended to text, htmlString, Element and jQuery. 2014-07-27 17:03:59 +02:00
Tomek Główka
f69a9d0c5e FixPosition supports not just body, but any appendTo node. 2014-07-27 16:16:06 +02:00
Tomek Główka
46c1dd281d Added vertical orientation of suggestions. 2014-07-27 16:16:00 +02:00
Tomas Kirda
09c4e18558 Merge pull request #177 from polosantiago/master
Added an optional no-suggestions notice when no matching results
2014-07-13 13:04:46 +03:00
Markus Kasten
c4cd2fb061 Return false in click handler to prevent default behaviour.
This is useful when the input field is located in a dropdown or something similar
and prevents it to be closed.
2014-04-28 13:29:14 +02:00
Tomas Kirda
2874ec2d8d Merge pull request #187 from delizin/patch-1
Update readme.md
2014-04-19 16:20:12 -05:00
delizin
c2d26fb2a3 Update readme.md
Add missing double quotes to JSON keys.
2014-04-19 17:14:52 -04:00
Tomas Kirda
52ad3d9c01 Merge branch 'develop' 2014-04-13 12:27:25 -05:00
Tomas Kirda
ab157017f2 Don't update element value if it is the same. Fixes #182 2014-04-13 12:25:26 -05:00