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

143 Commits

Author SHA1 Message Date
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
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
Tomas Kirda
1906d93ff9 Enable support for minChars: 0. Fixes #95. 2013-08-31 16:16:00 -05:00
Tomas Kirda
2f260cec63 Select hint only if onHint callback specified. 2013-07-19 08:36:20 +03:00
Tomas Kirda
16a8223db7 Update keyCode to which 2013-07-19 08:35:44 +03:00
Tomas Kirda
444ed82327 Merge pull request #89 from boriscosic/master
Added: ajax abort
2013-07-17 09:47:10 -07:00
Boris Cosic
5dc41fb0d5 Abort ajax requests in progress. 2013-07-13 17:18:41 -06:00
Tomas Kirda
6a9c2caaf7 Exit if there is no value for hint. 2013-06-27 16:25:47 -05:00
Tomas Kirda
e3e27bb066 Implement selection invalidation. 2013-06-07 19:21:24 -05:00
Tomas Kirda
a2bea849fc Create TypeScript definition file. 2013-06-07 18:38:50 -05:00
Tomas Kirda
985768867f Update demo script. 2013-06-07 18:37:01 -05:00
Tomas Kirda
363764cd3a Rename demo.htm to index.htm 2013-06-07 18:36:19 -05:00
Tomas Kirda
5a6eaca541 Track hintValue and signal hint only when hintValue changes. 2013-06-07 17:52:54 -05:00
Tomas Kirda
adfbf7a4e9 Rename keyCode to which for consistency. Select hint on TAB or RIGHT arrow if hinting listener is set. 2013-06-07 16:53:19 -05:00
Tomas Kirda
835a039ba9 Don't adjust position on resize if suggestions not visible. 2013-06-04 18:17:42 -05:00
Tomas Kirda
cc0e124567 Implement onHint callback to enable hinted suggestions. 2013-06-04 18:12:51 -05:00
Tomas Kirda
ee584149d6 Update suggestions position on window resize. 2013-06-04 18:08:06 -05:00
Tomas Kirda
074c44e08e Remove ignoreValue change. Update input value so that onValueChange will not be triggered. 2013-06-04 18:01:31 -05:00