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 |
|
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 |
|
delizin
|
c2d26fb2a3
|
Update readme.md
Add missing double quotes to JSON keys.
|
2014-04-19 17:14:52 -04: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
|
07b32b30ca
|
updated read me
|
2014-01-04 11:01:43 -05: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
|
6dad72898a
|
Add ability to limit results for local lookup. Closes #115.
|
2013-11-23 23:38:50 -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
|
f2aef10a5b
|
Merge branch 'develop'
Conflicts:
readme.md
|
2013-11-23 17:16:27 -06: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
|
3512a4aaec
|
Update documentation.
|
2013-04-24 16:34:33 -05:00 |
|
Gediminas Backevicius
|
19f0e6b6c5
|
Method 'clear' which is used to clear autocomplete's state was included. This method can be used when data source is changed.
|
2013-04-09 11:27:26 +03:00 |
|
Tomas Kirda
|
364fd6a1f0
|
Rev for 1.2.5 release
|
2013-03-27 14:01:24 -05:00 |
|
Tomas Kirda
|
a362ce1b06
|
Call transformResult on the value returned from the server. Fixes #49
|
2013-02-21 16:25:07 -06:00 |
|
Jesse Ditson
|
f1f104d354
|
update for #36 - added documentation for option
|
2013-02-04 12:47:21 -08:00 |
|
Tomas Kirda
|
3344e46030
|
Fix spacing.
|
2013-01-20 18:52:18 -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
|
56437a2ec5
|
Add autoSelectFirst option.
|
2013-01-20 14:26:30 -06:00 |
|
Nils-Helge Garli Hegvik
|
4fce3383f3
|
Fixed som doc typos
|
2013-01-17 07:40:21 +01: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
|
32857e7132
|
Add lookupFilter function that can customized.
|
2013-01-15 11:53:05 -06: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
|
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
|
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
|
09abcbd3b4
|
Initial commit.
|
2010-05-26 17:13:16 -05:00 |
|