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

50 Commits

Author SHA1 Message Date
Tomas Kirda
174c941db3 Merge pull request #397 from LoganArnett/master
spelling of below
2015-08-15 16:09:23 +03:00
Logan Arnett
7288e20b07 spelling of below 2015-08-14 11:14:33 -04:00
Tomas Kirda
9d06ec6f19 Update library size description, fixes #389 2015-07-24 12:53:26 +03:00
Tomas Kirda
484c4c82fb Update formatting 2015-06-04 12:48:18 -05:00
Tomas Kirda
e150db1166 Update documentation formatting 2015-06-04 12:45:36 -05:00
Roman
4c802be297 Update readme.md
Split descriptions of options into 3 blocks and sort as possible by logic of process.
2015-05-29 16:20:05 +09:00
Tomas Kirda
82abff9f3c Update lookup sample code, closes #329 2015-03-16 11:20:59 -05: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
c9d106ba79 Update documentation. 2015-02-23 15:12:33 -06:00
Armno
ecf4114a8f enable syntax highlighting in readme file to make it a bit easier to
read
2015-01-07 09:51:19 +07:00
Tomas Kirda
54f24951e3 Implement preserve input option. Closes #164. 2014-12-03 14:14:48 -06:00
Tomas Kirda
fb920860c5 Implement grouping. Resolve #83 2014-09-21 22:14:17 -05:00
Steffen Dietz
e10f08a1f1 updated readme 2014-08-28 12:15:38 +02: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
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