Tomas Kirda
|
94600795e7
|
When input receives focus trigger onValueChange only if minChars equals 0
|
2015-06-04 12:58:04 -05:00 |
|
Tomas Kirda
|
bd25b4d992
|
Pass original query to transformResult callback
|
2015-06-04 12:33:32 -05:00 |
|
Tomas Kirda
|
ab1c27b673
|
Do not trigger select on valid input when multiple suggestions are available, fixes #361
|
2015-05-16 12:03:08 -05:00 |
|
Tomas Kirda
|
d7b487cc73
|
Abort ajax request on blur, fixes #357
|
2015-05-03 18:30:31 -05:00 |
|
André Fiedler
|
2952f328cd
|
Update jquery.autocomplete.js
|
2015-03-24 10:14:06 +01:00 |
|
Tomas Kirda
|
3dd9add2ab
|
Fix for incorrect highlighting of first item, if using groupBy. Fixes #326
|
2015-03-13 11:11:37 -05:00 |
|
Tomas Kirda
|
451c5efe95
|
White space adjustments.
|
2015-03-04 10:56:45 -06:00 |
|
Tomas Kirda
|
8e6812d603
|
Fix white space.
|
2015-03-04 10:46:03 -06:00 |
|
Tomas Kirda
|
a2c472853b
|
Merge branch 'onhide-callback-option' of https://github.com/stffndtz/jQuery-Autocomplete into stffndtz-onhide-callback-option
Conflicts:
dist/jquery.autocomplete.js
dist/jquery.autocomplete.min.js
readme.md
spec/autocompleteBehavior.js
src/jquery.autocomplete.js
|
2015-03-04 10:32:47 -06:00 |
|
Tomas Kirda
|
54f24951e3
|
Implement preserve input option. Closes #164.
|
2014-12-03 14:14:48 -06:00 |
|
Tomas Kirda
|
f2e13bdb5b
|
Merge pull request #275 from danielgroves/patch-firefox-android
Fix for Firefox Android not updating
|
2014-11-24 19:57:03 -06:00 |
|
Tomas Kirda
|
805b45ccb7
|
Allow callback function to be set as lookup in options. Fixes #227
|
2014-11-24 19:36:47 -06:00 |
|
Daniel Groves
|
2f6cf8de00
|
Fix for Firefox Android not updating
Within Firefox Android the change/key events are not fired while the
keyboard is showing, only when it is hidden. Using the input event fixes
this.
|
2014-11-20 16:27:13 +00:00 |
|
Tomas Kirda
|
05a337cba9
|
Make jshint happy.
|
2014-10-11 12:05:08 -05:00 |
|
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 |
|
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 |
|
Jens Balvig
|
9fbadc1451
|
Use height of items to compute heightDelta
|
2014-09-25 09:16:42 +02:00 |
|
Tomas Kirda
|
fb920860c5
|
Implement grouping. Resolve #83
|
2014-09-21 22:14:17 -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
|
26f2c87dd2
|
Clear onChangeInterval when disabling or hiding suggestions. Fixes #238
|
2014-09-08 10:34:03 -05:00 |
|
Tomas Kirda
|
d3577df69b
|
Add grunt. Automate version setting for configuration files.
|
2014-09-06 15:19:40 -05:00 |
|
Felipe Pupo Rodrigues
|
bdeddb3238
|
Improvement item for work with others plugins
|
2014-08-29 18:10:35 -03: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
|
00cefad1ae
|
Add plugin alias. Fixes #153
|
2014-08-24 19:12:49 -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
|
74ea7e35f4
|
Rev for 1.2.10 release
|
2014-08-18 08:54:08 -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
|
ab157017f2
|
Don't update element value if it is the same. Fixes #182
|
2014-04-13 12:25:26 -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
|
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 |
|