2
0
mirror of https://github.com/devbridge/jQuery-Autocomplete.git synced 2024-12-03 02:18:21 +00:00
Commit Graph

109 Commits

Author SHA1 Message Date
ashrayjain
ec01932c4d Added width updation on resize
The width of the autocomplete suggestions box now updates on resize to match the parent width, in addition to the position.
2013-07-21 23:11:59 +05:30
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
Tomas Kirda
54f24bd098 Remove sniffing for Opera. 2013-05-06 15:35:03 -05:00
Tomas Kirda
7c2121a598 Preserve original width option. Adjust width of the suggestions container each time if width is set to 'auto'. 2013-04-26 14:49:41 -05:00
Tomas Kirda
3512a4aaec Update documentation. 2013-04-24 16:34:33 -05:00
Tomas Kirda
997a4b92cc Rev for 1.2.7 release 2013-04-24 16:08:01 -05:00
Tomas Kirda
6e055c1a58 Merge branch 'develop' 2013-04-24 16:04:09 -05:00
Tomas Kirda
9f62319033 Rev for 1.2.6 release 2013-04-24 15:57:23 -05:00
Tomas Kirda
d48616adb5 Construct serviceUrl via callback function. Fixes #66. 2013-04-24 15:48:05 -05:00
Tomas Kirda
941c8ee4e3 Don't perform lookup if onSearchStart returns false. Fixes #60. 2013-04-24 15:04:50 -05:00
Tomas Kirda
41543d98a4 Return instance of Autocomplete for the first matched element if called without arguments. 2013-04-24 14:55:34 -05:00
Tomas Kirda
c650a51a15 Add dispose method test. 2013-04-24 14:46:04 -05:00
Tomas Kirda
d3bdb0a61b Add dispose method. Remove unused code. Destroy existing instance when creating new instance. Fixes #55. 2013-04-24 14:07:03 -05:00
Tomas Kirda
97e421cf95 Merge pull request #62 from gedbac/master
Method 'clear' was added
2013-04-09 08:08:20 -07: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
7af8d62091 Make query value to be set by the plugin. Fixes #48 2013-02-21 17:07:33 -06:00
Tomas Kirda
a362ce1b06 Call transformResult on the value returned from the server. Fixes #49 2013-02-21 16:25:07 -06:00
Tomas Kirda
52151c267b Split one test into two. 2013-02-21 11:34:47 -06:00
Tomas Kirda
a439496a29 Merge pull request #47 from gedbac/master
Parameters were passed to method 'onSearchStart'
2013-02-18 07:49:43 -08:00
Gediminas Backevicius
91df66d4da Parameters were passed to method 'onSearchStart'
We need to add extra parameter to search criteria
2013-02-18 16:40:20 +02:00
Tomas Kirda
0add15ec72 Rev for 1.2.4 release 2013-02-08 14:51:45 -06:00
Tomas Kirda
3264901000 Merge pull request #33 from ericsaboia/patch-1
Removing empty query validation on value change
2013-02-08 11:58:24 -08:00
Tomas Kirda
3757adddbd Merge pull request #36 from jesseditson/master
Added JSONP support (via new dataType option)
2013-02-08 11:56:03 -08:00
Tomas Kirda
a64be996a8 Merge pull request #42 from nilsga/master
Fix for issue #40
2013-02-08 11:47:42 -08:00
Nils-Helge Garli Hegvik
83108c1f14 Issue #40 - Only ignore value change when selection is made by pressing the enter key 2013-02-08 07:57:06 +01:00
Jesse Ditson
f1f104d354 update for #36 - added documentation for option 2013-02-04 12:47:21 -08:00
Jesse Ditson
171744b665 support response being an object (after jquery default parsing) and passing jsonp as a dataType in addition to string type 2013-01-29 22:35:39 -10:00
Eric Saboia
b87a208066 Removing empty query validation on value change
Removing empty query validation on value change, so I can set 'minChars' to 0 and show suggestions when the user click on input.

Exemple:

var $autocomplete = new $.Autocomplete($('#wishlist_name')[0], {
	lookup: wishlist_types,
	minChars: 0,
});

$('#wishlist_name').focus(function(){
	$autocomplete.onValueChange();
});
2013-01-25 18:18:26 -02:00
Tomas Kirda
56195317c8 Version bump for plugins.jquery.com 2013-01-20 22:03:48 -06:00
Tomas Kirda
f6d2d39fc0 Remove v from the version string. 2013-01-20 21:47:49 -06:00
Tomas Kirda
d5a57cce9b Remove JS from the root, seems like it is not required by plugins.jquery.com 2013-01-20 21:28:21 -06:00
Tomas Kirda
2849a66c52 Rename jquery plugin manifest. 2013-01-20 21:16:52 -06:00
Tomas Kirda
71d13e0ca2 Rename plugin name inside the manifest. 2013-01-20 20:56:51 -06:00
Tomas Kirda
59b42707ed Add plugin js to root to support http://plugins.jquery.com 2013-01-20 20:41:55 -06:00
Tomas Kirda
4fa2e12c87 Update manifest tag to match tag. 2013-01-20 20:26:30 -06:00