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

359 Commits

Author SHA1 Message Date
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
Tomas Kirda
e47d159239 Merge pull request #180 from silvenon/patch-1
Fix main file reference in bower.json
2014-04-02 11:51:55 -05:00
Matija Marohnić
b71c5abd16 Fix main file reference in bower.json
This one is supposed to be used, not the source one.
2014-04-02 15:45:26 +02: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
Tomas Kirda
702bc0e9c3 Merge pull request #148 from silvenon/bower
Add bower.json
2014-02-01 20:18:46 -08:00
Matija Marohnić
ca4ec913fe Add bower.json 2014-02-01 19:37:27 +01:00
Tomas Kirda
51a2b6b657 Merge pull request #138 from macool/newOnSearchComplete
`onSearchComplete` receives `suggestions` as parameter
2014-01-05 16:27:57 -08:00
Mario Andrés Correa
07b32b30ca updated read me 2014-01-04 11:01:43 -05: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
0ee2ba58dc Rename variable to avoid shadowing variable in the other scope. 2013-11-24 20:12:35 -06: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
4924da0b51 Rev for 1.2.9 release 2013-11-24 10:21:19 -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
eb958070d4 Merge branch 'master' of github.com:devbridge/jQuery-Autocomplete 2013-11-23 21:44:09 -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
3542ada13f Add ability to select suggestion if it matches typed value. Fixes #112. 2013-11-23 21:40:52 -06:00
Tomas Kirda
6e7bbf3ea5 Fixes #118. 2013-11-23 18:07:43 -06:00
Tomas Kirda
d38ec91e6b Rev for 1.2.8 release 2013-11-23 17:26:19 -06:00
Tomas Kirda
f2aef10a5b Merge branch 'develop'
Conflicts:
	readme.md
2013-11-23 17:16:27 -06:00
Tomas Kirda
5db721d7b6 Merge pull request #117 from janfoeh/ajax-error-handler
Add onSearchError callback for handling AJAX failures
2013-10-01 07:43:29 -07: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
684bf9efd7 Adjust suggestions width when resizing window, if width is set to auto. Fixes #92 2013-08-31 16:53:23 -05:00
Tomas Kirda
8d0b422da0 Cancel current request when disabling autocomplete. Closes #107 2013-08-31 16:39:46 -05:00
Tomas Kirda
d1ee9c0cf2 Remove innerHTML usage. Fixes #93. 2013-08-31 16:21:16 -05:00