2
0
mirror of https://github.com/devbridge/jQuery-Autocomplete.git synced 2024-11-25 06:07:45 +00:00

Commit Graph

  • afdece2298 Rev for 1.2.19 release Tomas Kirda 2015-05-03 19:04:25 -0500
  • 705e03b822 Rev for 1.2.18 release v1.2.19 Tomas Kirda 2015-05-03 19:04:25 -0500
  • d7b487cc73 Abort ajax request on blur, fixes #357 Tomas Kirda 2015-05-03 18:29:39 -0500
  • 65672c9a58 Merge aee05a5e6b into 08c284c00d Fagner Araujo 2015-04-13 00:05:02 +0000
  • aee05a5e6b Add onExact method Fagner Araujo 2015-04-12 20:45:08 -0300
  • b29c9bbe89 Add onExact method Fagner Araujo 2015-04-12 20:27:26 -0300
  • 820d343cb2 amd define as named module disfated 2015-04-06 18:43:04 +0500
  • 8db1dd9f16 Update jquery.autocomplete.js disfated 2015-04-06 18:22:06 +0500
  • 8cc7be8b63 Let defaults override disfated 2015-04-06 17:55:07 +0500
  • 02bf3ecced Fire change event on select disfated 2015-04-06 12:10:25 +0500
  • a82c33f622 ShowNoSuggestionNotice can be a function. Fix of noSuggestionNotice. Tomek Główka 2014-08-02 14:32:22 +0200
  • 08c284c00d Merge pull request #336 from SunboX/fix-html-entities Tomas Kirda 2015-03-24 10:41:50 -0500
  • ae72bf7602 Update jquery.autocomplete.js André Fiedler 2015-03-24 14:53:38 +0100
  • 2b94f477ff Update jquery.autocomplete.js André Fiedler 2015-03-24 14:53:18 +0100
  • 864541e245 Update jquery.autocomplete.js André Fiedler 2015-03-24 10:14:39 +0100
  • 2952f328cd Update jquery.autocomplete.js André Fiedler 2015-03-24 10:14:06 +0100
  • 82abff9f3c Update lookup sample code, closes #329 Tomas Kirda 2015-03-16 11:20:59 -0500
  • 508f249f94 Merge 962fe292c3 into 5f7f91af0b David Ollerhead 2015-03-16 16:16:51 +0000
  • 962fe292c3 Fixing custom lookup data object David Ollerhead 2015-03-16 16:15:37 +0000
  • 5f7f91af0b Rev for 1.2.18 release v1.2.18 Tomas Kirda 2015-03-13 11:17:12 -0500
  • 3dd9add2ab Fix for incorrect highlighting of first item, if using groupBy. Fixes #326 Tomas Kirda 2015-03-13 11:11:37 -0500
  • d1d9c2efbf Merge 1fbdcac7fd into 451c5efe95 ɥɔɐ⅂ ɐɥɔsɐS 2015-03-09 17:54:14 +0000
  • 1fbdcac7fd Grunt build with the fix Sascha Lach 2015-03-09 11:56:51 +0100
  • bfa5754aea Merge db27a896bc into 451c5efe95 Dimiona 2015-03-09 10:44:16 +0000
  • 0adfeebb55 Merge 6137689a82 into 451c5efe95 Andrew Lamers 2015-03-09 10:43:45 +0000
  • feb2523613 Fix for incorrect highlighting of first item, if using groupBy Sascha Lach 2015-03-09 11:39:10 +0100
  • 451c5efe95 White space adjustments. Tomas Kirda 2015-03-04 10:56:45 -0600
  • 06fe840666 Rev for 1.2.17 release v1.2.17 Tomas Kirda 2015-03-04 10:52:04 -0600
  • 8e6812d603 Fix white space. Tomas Kirda 2015-03-04 10:46:03 -0600
  • a2c472853b Merge branch 'onhide-callback-option' of https://github.com/stffndtz/jQuery-Autocomplete into stffndtz-onhide-callback-option Tomas Kirda 2015-03-04 10:32:47 -0600
  • c9d106ba79 Update documentation. Tomas Kirda 2015-02-23 15:12:33 -0600
  • efcb23150d Merge 5e769dcb39 into 4ca8fc3c5b Slava Tsyrulnik 2015-02-18 22:52:35 +0000
  • 5e769dcb39 UL and LI for tags Vyacheslav Tsyrulnik 2015-02-19 01:51:29 +0300
  • 72b289fe7f combined multiple foo.on() lines to simplify listener attachment Leo Hochberg 2015-01-13 15:51:12 -0800
  • 63915614a4 this.suggestionsContainer is now a jQuery object, so we can use it directly Leo Hochberg 2015-01-13 15:41:33 -0800
  • c1d9069a4a simplified creation of the suggestion container and got rid of createNode() method that's only used once. Leo Hochberg 2015-01-13 15:40:07 -0800
  • 6137689a82 autoSelectFirst to select child with suggestion class Andrew Lamers 2015-01-11 15:52:56 -0600
  • 4ca8fc3c5b Merge pull request #294 from armno/master Tomas Kirda 2015-01-09 09:52:17 -0600
  • ecf4114a8f enable syntax highlighting in readme file to make it a bit easier to read Armno 2015-01-07 09:42:47 +0700
  • d257039e38 Make JSLint happy. Tomas Kirda 2014-12-03 14:31:21 -0600
  • d27a586af2 Rev for 1.2.16 release v1.2.16 Tomas Kirda 2014-12-03 14:23:24 -0600
  • 54f24951e3 Implement preserve input option. Closes #164. Tomas Kirda 2014-12-03 14:14:48 -0600
  • db27a896bc Fixed variable define. Tibor Pinter 2014-11-28 11:45:08 +0100
  • 4739071ee4 First item selected by it's data-index attribute. Tibor Pinter 2014-11-28 11:42:46 +0100
  • dfd7f44509 Update spec. Tomas Kirda 2014-11-26 15:51:39 -0600
  • e72ec0105c Merge 534dbce469 into f2e13bdb5b xsyfrost 2014-11-25 04:26:29 +0000
  • f2e13bdb5b Merge pull request #275 from danielgroves/patch-firefox-android Tomas Kirda 2014-11-24 19:57:03 -0600
  • 2c6bb918f3 Rev for 1.2.15 release v1.2.15 Tomas Kirda 2014-11-24 19:41:25 -0600
  • 805b45ccb7 Allow callback function to be set as lookup in options. Fixes #227 Tomas Kirda 2014-11-24 19:36:47 -0600
  • ccd79a91dc Merge dcaa358d12 into 05a337cba9 Jimmy Brian Anamaria Torres 2014-11-20 17:35:00 +0000
  • dcaa358d12 Validate is suggestions is undefined Jimmy Brian Anamaria Torres 2014-11-20 15:33:35 -0200
  • 2f6cf8de00 Fix for Firefox Android not updating Daniel Groves 2014-11-20 16:27:13 +0000
  • 534dbce469 Update formatResult with only non Html replacement xsyfrost 2014-11-20 11:39:59 +0100
  • 05a337cba9 Make jshint happy. Tomas Kirda 2014-10-11 12:05:08 -0500
  • 587414b143 Minify source during build. Fixes #255. Tomas Kirda 2014-10-08 10:25:30 -0500
  • 75879a89c1 Merge pull request #251 from freax/auto-select-first-fix Tomas Kirda 2014-10-06 15:49:26 -0500
  • e6e409f4a4 Merge branch 'master' of github.com:devbridge/jQuery-Autocomplete Tomas Kirda 2014-10-06 15:48:48 -0500
  • 062e9bdacf Add support for custom lookup function. Tomas Kirda 2014-10-06 15:48:34 -0500
  • 2d7e98fefa Merge pull request #252 from dugwood/patch-1 Tomas Kirda 2014-10-06 15:00:48 -0500
  • a6efd4ee30 Fix syntax for jsHint Yvan 2014-10-06 16:39:48 +0200
  • 3048f48d1b always work only after the show() method dima 2014-10-03 15:48:41 +0400
  • b34fc5d9c7 fix for scroll on autoselect first item dima 2014-10-03 15:08:59 +0400
  • ad20e58593 Merge ee91de6fd2 into 505485e717 freax 2014-10-01 17:05:58 +0000
  • ee91de6fd2 custom html for suggestions dima 2014-10-01 20:59:21 +0400
  • 505485e717 Merge pull request #245 from balvig/delta Tomas Kirda 2014-09-25 08:01:41 -0500
  • 9fbadc1451 Use height of items to compute heightDelta Jens Balvig 2014-09-25 09:16:42 +0200
  • fd3b0f95c0 Merge 7f3eea3263 into d71867a090 RaF7 2014-09-24 08:30:13 +0000
  • d71867a090 Rev for 1.2.14 release v1.2.14 Tomas Kirda 2014-09-21 22:18:09 -0500
  • fb920860c5 Implement grouping. Resolve #83 Tomas Kirda 2014-09-21 22:14:17 -0500
  • d90cc5e92f Rev for 1.2.13 release v1.2.13 Tomas Kirda 2014-09-21 18:09:53 -0500
  • 2a0f1f7b89 Use empty suggestions array if it is bad query. Tomas Kirda 2014-09-21 18:06:59 -0500
  • 9d8118fa6b Call onSearchStart and onSearchComplete for local search. Fixes #241 Tomas Kirda 2014-09-21 18:00:12 -0500
  • 66b4225e47 Update tests to work with Jasmine 2.0 Tomas Kirda 2014-09-21 17:32:52 -0500
  • 7f3eea3263 added onScroll callback Raf Philtjens 2014-09-09 17:00:20 +0200
  • 26f2c87dd2 Clear onChangeInterval when disabling or hiding suggestions. Fixes #238 Tomas Kirda 2014-09-08 10:34:03 -0500
  • d3e62d904d Merge branch 'develop' into develop_update-jasmine Tomas Kirda 2014-09-06 15:30:28 -0500
  • 51fc6a6ca7 Rev for 1.2.12 release v1.2.12 Tomas Kirda 2014-09-06 15:26:04 -0500
  • d3577df69b Add grunt. Automate version setting for configuration files. Tomas Kirda 2014-09-06 15:19:40 -0500
  • 23bdea852e Merge pull request #233 from fpupor/master Tomas Kirda 2014-08-29 16:27:35 -0500
  • bdeddb3238 Improvement item for work with others plugins Felipe Pupo Rodrigues 2014-08-29 18:10:35 -0300
  • d9b00331c0 added dist files, used uglifyjs for minification Steffen Dietz 2014-08-28 12:28:29 +0200
  • e10f08a1f1 updated readme Steffen Dietz 2014-08-28 12:15:38 +0200
  • fdae40056f added test case for onHide callback Steffen Dietz 2014-08-28 12:15:17 +0200
  • 5d5513f0f2 added onHide callback option Steffen Dietz 2014-08-28 12:14:36 +0200
  • 41f2c3fd95 Support Browserify. Closes #189 Tomas Kirda 2014-08-26 13:54:57 -0500
  • 8fdf90c6fc Merge 5f151fd957 into 6f46c46356 onur 2014-08-26 18:46:09 +0000
  • 6f46c46356 Use strict equality when comparing values. Tomas Kirda 2014-08-26 13:46:02 -0500
  • 17c665557b Merge pull request #229 from ResultsMayVary/master Tomas Kirda 2014-08-26 13:44:17 -0500
  • dc34d70831 Cleanup white space, update code styling and naming. Tomas Kirda 2014-08-26 13:42:06 -0500
  • da54bac1ed Add ajaxSettings to src file (was in dist by mistake). Tomas Kirda 2014-08-26 13:29:33 -0500
  • 6840ce8e53 Only invalidate when value is actually changed Trevor Parker 2014-08-26 13:33:44 -0400
  • 5da4065e36 Merge daf377067e into b6d3f75bbe PavlikPolivka 2014-08-26 16:15:24 +0000
  • daf377067e Removing comma PavlikPolivka 2014-08-26 18:05:50 +0200
  • 6debdd5dac Add global parameter to ajax calls PavlikPolivka 2014-08-26 17:59:21 +0200
  • 266f24209a Merge b06f53edc6 into b6d3f75bbe Dan Schultz 2014-08-26 11:57:46 +0000
  • 52f61e0f46 Merge 648711245b into b6d3f75bbe franck34 2014-08-25 17:59:57 +0000
  • b6d3f75bbe Add package.json. Fixes #214 Tomas Kirda 2014-08-24 19:36:29 -0500
  • 00cefad1ae Add plugin alias. Fixes #153 Tomas Kirda 2014-08-24 19:12:49 -0500
  • e33cfc8a7f Add ability to specify any additional ajax settings. Fixes #223, fixes #185 Tomas Kirda 2014-08-24 18:52:05 -0500
  • f73c77905a Rev for 1.2.11 release v1.2.11 Tomas Kirda 2014-08-24 18:25:55 -0500