2
0
mirror of https://github.com/devbridge/jQuery-Autocomplete.git synced 2024-11-22 04:45:12 +00:00

Commit Graph

  • cf80d8e67b Use jQuery's trim and inArray so it works in IE8. Fixes #226 Tomas Kirda 2014-08-24 18:21:54 -0500
  • 3e7fb81cf3 Update dist source. v1.2.10 Tomas Kirda 2014-08-18 08:57:03 -0500
  • 74ea7e35f4 Rev for 1.2.10 release Tomas Kirda 2014-08-18 08:54:08 -0500
  • 3f71c720a3 Update Jasmine to version 2.0. Tomas Kirda 2014-08-18 08:36:17 -0500
  • 3cb2fc6203 Set width of the input field so that auto width test can pass. Tomas Kirda 2014-08-17 16:07:33 -0500
  • 738b268daf Merge dd9976cf23 into a9e79277fb William Reiske 2014-08-15 18:09:04 +0000
  • dd9976cf23 Added maxChar option William Reiske 2014-08-15 14:04:23 -0400
  • b06f53edc6 Fix an issue with arrow selection of elements with top orientation Dan Schultz 2014-08-11 10:30:59 -0700
  • d21eef5953 Merge 742fbeb746 into a9e79277fb Emmanuel Bégué 2014-07-29 07:15:09 +0000
  • a9e79277fb Merge pull request #208 from tttomekkk/master Tomas Kirda 2014-07-28 07:33:40 -0500
  • 562f152bf5 noSuggestions support extended to text, htmlString, Element and jQuery. Tomek Główka 2014-07-27 16:13:48 +0200
  • f69a9d0c5e FixPosition supports not just body, but any appendTo node. Tomek Główka 2014-07-27 14:54:07 +0200
  • 46c1dd281d Added vertical orientation of suggestions. Tomek Główka 2014-07-27 01:39:20 +0200
  • 52b1cf53a1 Merge db5f0e1707 into 09c4e18558 Peter 2014-07-16 03:09:06 +0000
  • 1bba31235e Merge 05915c51fe into 09c4e18558 martinlechner1 2014-07-14 19:10:13 +0000
  • 09c4e18558 Merge pull request #177 from polosantiago/master Tomas Kirda 2014-07-13 13:04:46 +0300
  • 5f151fd957 Release 5.0.0 acroyear2 2014-07-07 23:29:59 +0300
  • b0bde02029 Release 0.1.0 acroyear2 2014-07-07 23:28:57 +0300
  • ae7d69a476 add component.json acroyear2 2014-07-07 23:20:19 +0300
  • dbd440db63 Merge f87ef5488b into 2874ec2d8d Gaston Morixe 2014-06-18 19:28:33 +0000
  • f87ef5488b Added jsonpCallback Gaston Morixe 2014-06-18 16:28:16 -0300
  • cbdd226c0d support browserify acroyear2 2014-04-30 15:39:22 +0300
  • c4cd2fb061 Return false in click handler to prevent default behaviour. Markus Kasten 2014-04-28 13:29:14 +0200
  • 2874ec2d8d Merge pull request #187 from delizin/patch-1 Tomas Kirda 2014-04-19 16:20:12 -0500
  • c2d26fb2a3 Update readme.md delizin 2014-04-19 17:14:52 -0400
  • 52ad3d9c01 Merge branch 'develop' Tomas Kirda 2014-04-13 12:27:25 -0500
  • ab157017f2 Don't update element value if it is the same. Fixes #182 Tomas Kirda 2014-04-13 12:25:26 -0500
  • e47d159239 Merge pull request #180 from silvenon/patch-1 Tomas Kirda 2014-04-02 11:51:55 -0500
  • b71c5abd16 Fix main file reference in bower.json Matija Marohnić 2014-04-02 15:45:26 +0200
  • 742fbeb746 version update Emmanuel Bégué 2014-04-01 19:45:06 +0200
  • 30ffdfba0d added "transformQuery" to options Emmanuel Bégué 2014-04-01 19:44:49 +0200
  • 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. Polo 2014-03-26 11:51:46 -0700
  • 775b5b75c3 Merge ebd0a8f850 into 702bc0e9c3 Michael Schmidt 2014-03-20 09:04:44 +0000
  • ebd0a8f850 Turned cache on for JSONP calls. mschmidt 2014-03-20 11:02:18 +0200
  • 6acc1e581c Merge e5c457b694 into 702bc0e9c3 Emerson Macedo 2014-02-21 16:14:09 -0300
  • e5c457b694 Added hideOnSelectDisabled option to prevent suggestion box to hide when select. Very useful when using changeInputDisabled is true. Emerson Macedo 2014-02-21 16:13:58 -0300
  • d110e29cf4 Added changeImputDisabled option to not change the input value when select, move up or down a suggest. Emerson Macedo 2014-02-21 15:07:30 -0300
  • 648711245b implement restrict option franck34 2014-02-21 12:34:17 +0100
  • 05915c51fe Fixed positioning martinlechner1 2014-02-13 12:28:32 +0100
  • 1daf24aae1 Fixed a bug introduced in refactoring martinlechner1 2014-02-13 12:11:05 +0100
  • 3bab507eac Added the openOnTop option to description file martinlechner1 2014-02-13 11:59:37 +0100
  • 6830fc29ee Added an option to open the container on top martinlechner1 2014-02-13 11:57:57 +0100
  • 456b30b7d9 Merge c14d49d0fa into 702bc0e9c3 dimadietto 2014-02-12 02:18:02 -0800
  • c14d49d0fa onSearchHasZeroRows and onSearchHasRows callback processing dima 2014-02-12 14:14:35 +0400
  • b81f977785 Merge cb69351deb into 702bc0e9c3 dimadietto 2014-02-12 02:10:24 -0800
  • cb69351deb custom pinTo element dima 2014-02-12 14:06:00 +0400
  • 37f5a5fdef Merge aa4f4fb091 into 702bc0e9c3 dimadietto 2014-02-12 01:49:27 -0800
  • aa4f4fb091 Custom pinTo element dimadietto 2014-02-12 01:48:54 -0800
  • 702bc0e9c3 Merge pull request #148 from silvenon/bower Tomas Kirda 2014-02-01 20:18:46 -0800
  • ca4ec913fe Add bower.json Matija Marohnić 2014-02-01 19:37:27 +0100
  • c952d075aa If the autoPosition option is true, calculate position for suggestions container even if it's no on the body. Rob Brackett 2014-01-20 14:59:22 -0800
  • 51a2b6b657 Merge pull request #138 from macool/newOnSearchComplete Tomas Kirda 2014-01-05 16:27:57 -0800
  • 1b07c83145 Merge b445ec6ade into 0ee2ba58dc Mario Andrés 2014-01-04 08:41:07 -0800
  • b445ec6ade added keyPath option and updated readme Mario Andrés Correa 2014-01-04 11:37:20 -0500
  • 07b32b30ca updated read me Mario Andrés Correa 2014-01-04 11:01:43 -0500
  • 0b7f00dad0 onSearchComplete receives suggestions as second parameter Mario Andrés Correa 2014-01-04 01:45:07 -0500
  • e310c631fc Merge bb616f0df6 into 4924da0b51 Kazuhiro Serizawa 2013-12-14 20:15:15 -0800
  • bb616f0df6 add onMove callback Kazuhiro Serizawa 2013-12-15 12:25:05 +0900
  • db5f0e1707 renamed to onPreSelect Peter 2013-11-28 18:30:56 +0100
  • ccfd0a726c implemented onMouseOver Peter 2013-11-28 18:28:05 +0100
  • 0ee2ba58dc Rename variable to avoid shadowing variable in the other scope. Tomas Kirda 2013-11-24 20:12:35 -0600
  • e5bbc205df Add flag to disable prevention of AJAX requests for future requests. Closes #122. Tomas Kirda 2013-11-24 16:01:37 -0600
  • 4924da0b51 Rev for 1.2.9 release v1.2.9 Tomas Kirda 2013-11-24 10:21:19 -0600
  • 6dad72898a Add ability to limit results for local lookup. Closes #115. Tomas Kirda 2013-11-23 23:38:50 -0600
  • 8278419a04 Improve caching logic. Make cache key to be combination of the serviceUrl and parameters. Tomas Kirda 2013-11-23 23:12:43 -0600
  • 27fed0d7da Merge 141dae4731 into eb958070d4 Umur Kontacı 2013-11-23 19:56:42 -0800
  • eb958070d4 Merge branch 'master' of github.com:devbridge/jQuery-Autocomplete Tomas Kirda 2013-11-23 21:44:09 -0600
  • 9f329d0c49 Add ability to select suggestion if it matches typed value. Fixes #113. Tomas Kirda 2013-11-23 21:43:40 -0600
  • 3542ada13f Add ability to select suggestion if it matches typed value. Fixes #112. Tomas Kirda 2013-11-23 21:40:52 -0600
  • 6e7bbf3ea5 Fixes #118. Tomas Kirda 2013-11-23 18:07:43 -0600
  • d38ec91e6b Rev for 1.2.8 release v1.2.8 Tomas Kirda 2013-11-23 17:26:19 -0600
  • f2aef10a5b Merge branch 'develop' Tomas Kirda 2013-11-23 17:16:27 -0600
  • 1c9fcdcc35 Merge b2977a1f20 into 5db721d7b6 FreCap 2013-11-22 04:23:47 -0800
  • b2977a1f20 #124 FreCap 2013-11-22 13:22:59 +0100
  • b12f02f066 Merge 2d091bd5ed into 5db721d7b6 FreCap 2013-11-22 04:04:47 -0800
  • 2d091bd5ed #122 #123 FreCap 2013-11-22 13:04:22 +0100
  • c4ef7ad9c2 Merge 3cb1c471df into 5db721d7b6 Max 2013-11-13 23:42:58 -0800
  • 3cb1c471df Added canUseCache: function option. Max 2013-11-14 10:40:24 +0300
  • bca7e13b96 Merge dbc200317b into 5db721d7b6 Vladimir Vujosevic 2013-10-16 05:27:35 -0700
  • dbc200317b cache original lookup Vladimir Vujosevic 2013-10-15 15:41:12 +0200
  • e15180040d add test cases Vladimir Vujosevic 2013-10-14 18:20:35 +0200
  • cd71416b67 pass test Vladimir Vujosevic 2013-10-14 18:15:33 +0200
  • 13c1166cf5 add function as lookup Vladimir Vujosevic 2013-10-14 17:58:35 +0200
  • 5db721d7b6 Merge pull request #117 from janfoeh/ajax-error-handler Tomas Kirda 2013-10-01 07:43:29 -0700
  • dce01d2519 Merge 82eb09328f into 2f260cec63 Jan-Christian Föh 2013-10-01 07:04:12 -0700
  • 82eb09328f Add onSearchError callback for handling AJAX failures Jan-Christian Foeh 2013-10-01 15:56:39 +0200
  • 8e37dc4a11 Made appendTo accepts functions EliNystr 2013-09-20 10:37:28 +0200
  • af9c6b7ca9 Merge 3f8941dcfb into 2f260cec63 argonym 2013-09-18 01:15:22 -0700
  • 3f8941dcfb Demo: avoid using ajax for local lookup (no change to core autocomplete) argonym 2013-09-17 16:06:23 +0200
  • 84fcb93daa use jQuery.map instead of Array.reduce as latter is not available in IE8 argonym 2013-09-17 15:55:46 +0200
  • ecc66e1f20 activated ajax demo and fixed RegExp argonym 2013-09-14 23:26:40 +0200
  • 8721a508a0 added options 'triggerSelectOnValidInput', 'onInvalidateSelection', 'showSuggestionsOnFocus', 'hideSuggestionsOnBlurDelay' argonym 2013-09-14 23:12:33 +0200
  • f7716b6551 Add beforeRender callback. Closes #84 Tomas Kirda 2013-08-31 17:13:27 -0500
  • 684bf9efd7 Adjust suggestions width when resizing window, if width is set to auto. Fixes #92 Tomas Kirda 2013-08-31 16:53:23 -0500
  • 8d0b422da0 Cancel current request when disabling autocomplete. Closes #107 Tomas Kirda 2013-08-31 16:39:46 -0500
  • d1ee9c0cf2 Remove innerHTML usage. Fixes #93. Tomas Kirda 2013-08-31 16:21:16 -0500
  • 1906d93ff9 Enable support for minChars: 0. Fixes #95. Tomas Kirda 2013-08-31 16:16:00 -0500
  • f11952ec22 Merge 5862420bc9 into 2f260cec63 fedetorre 2013-08-30 04:14:04 -0700
  • 5862420bc9 Removed console.log fede 2013-08-30 13:05:25 +0200
  • d65e4e0369 Fix autocomplete disable function fede 2013-08-30 12:58:26 +0200