73 Commits
Author SHA1 Message Date
Ben Brown 73c60604f8 updated minified version v1.3.2 2011-11-15 11:49:36 -08:00
Ben Brown 49fc5f3ab1 fix to issue #28
https://github.com/xoxco/jQuery-Tags-Input/issues/28
onChange now receives the tag added or removed.
2011-11-15 11:41:58 -08:00
Ben Brown 5437401613 Merge branch 'autogrow-input' of http://github.com/therabidbanana/jQuery-Tags-Input into therabidbanana-autogrow-input
Conflicts:
	jquery.tagsinput.js
2011-11-15 11:35:32 -08:00
Ben Brown 55145e9390 use data[0] instead of data when using old autocompleter 2011-11-15 11:25:27 -08:00
Ben Brown 00a112153c Merge branch 'master' of github.com:xoxco/jQuery-Tags-Input 2011-11-15 11:10:35 -08:00
Ben Brown 53bce4bf40 Merge pull request #21 from cboden/master
Suggested fix for #20
2011-11-15 11:10:20 -08:00
Ben Brown 08c91e2f67 Merge branch 'master' of github.com:xoxco/jQuery-Tags-Input 2011-11-15 11:07:44 -08:00
Ben Brown b8665626c6 Merge pull request #18 from javiertoledo/master
Mark fake input as not_valid to let users style it on repeated tag
2011-11-15 11:07:34 -08:00
Ben Brown 2f564beaad Merge branch 'master' of github.com:xoxco/jQuery-Tags-Input 2011-11-15 11:05:58 -08:00
Ben Brown 0b7d62a3e1 Update README, bump version number 2011-11-15 11:05:15 -08:00
Ben Brown b7d339216d Merge pull request #17 from javiertoledo/ffac87c585a7e02b1658b628315666de33b489b1
I have addressed the Issue #15 opened by Desi-Planet and wrote a fix
2011-11-15 11:02:45 -08:00
Ben Brown fdf650de12 Merge pull request #26 from xorrizon/master
Fixed onAddTag timing bug
2011-11-15 10:59:12 -08:00
Ben Brown dcc33019ec Fix problem in importTags where tag elements were not properly removed due to missing definition of id variable 2011-11-15 09:45:28 -08:00
Xorrizon fa10428b04 Fixed a bug where the "onAddTag" callback is fired before the input field is updated 2011-09-26 15:06:24 +02:00
David Haslem 37a4fb1e8e Working autosize 2011-08-22 12:31:11 -04:00
David Haslem 53ffc5f6ed Set up initial hooks 2011-08-22 11:24:19 -04:00
Chris Boden 1cc6f5b2f8 Fixed scope bug 2011-07-28 16:18:38 -04:00
Javier Toledo 1b461629fe Mark as not_valid the fake input on repeated tag
I have added some code to add a not_valid class to the fake input to be able to stylish it when some value is repeated and I have selected the unique option.
2011-07-12 21:20:16 +01:00
Javier Toledo ffac87c585 Fixed a bug when creating multiple tags-input in same page
Some variables used global scope, so each new instance of tagsInput overwrite them with its own values.
I have also added a preventDefault to the fake_input keypress event as I had some form submitting issues when using the plugin and "Optimized" the tagExist method.
2011-07-12 21:17:30 +01:00
Sebastian Motraghi f40465718b version bump v1.3.1 2011-06-29 12:10:22 -05:00
Sebastian Motraghi 24832798ae added a note to the readme re: jquery.autocomplete. 2011-06-29 12:10:10 -05:00
Sebastian Motraghi af2d7d2e84 minify latest set of changes. 2011-06-29 12:09:43 -05:00
Sebastian Motraghi 683637913c Replace blur bindings with event handlers and parameters specific to the jQuery autocomplete library in use. 2011-06-29 12:06:38 -05:00
Sebastian Motraghi 22cb584ebc Version bump v1.3 2011-06-23 17:06:19 +01:00
Sebastian Motraghi bf11dcecd0 new minified version 2011-06-23 16:50:22 +01:00
Sebastian Motraghi 1c61ecd45c fake endpoints for autocomplete testing. 2011-06-23 16:39:02 +01:00
Sebastian Motraghi 6ccb7f1dff Merge branch 'master' into jaytest 2011-06-23 15:19:00 +01:00
Sebastian Motraghi bd5a63f2eb Merge remote-tracking branch 'jaylevitt/master' into jaytest 2011-06-23 14:58:27 +01:00
Jay Levitt 45fcb12091 handle autocompleteselected event properly, add placeholderColor setting 2011-06-09 11:25:50 -04:00
Maxime Corson 707bf84ee5 Add the minified version for the fix 2011-06-07 02:53:33 -07:00
Maxime Corson 7d9854a3bb Fix bug : now, when you delete the last character of a new tag, the previous tag is not removed. 2011-06-07 02:51:19 -07:00
Sebastian Motraghi 240f4274a0 bump to version 1.2.5 v1.2.5 2011-06-02 09:37:48 +01:00
Sebastian Motraghi 14a01fa89f minified punytan's changes. 2011-06-02 09:32:54 +01:00
punytan 9b584de09a fix the problem around unsafe chars 2011-06-01 20:23:46 +09:00
Jay Levitt d8d8df71cf Teach tagsinput to use JQuery UI's built-in autocomplete 2011-05-27 12:38:12 -04:00
Sebastian Motraghi 4f22220a36 update docs; bump version number v1.2.4 2011-05-25 15:40:36 +01:00
Sebastian Motraghi 8382bfc7f6 new minified version 2011-05-25 15:40:20 +01:00
Sebastian Motraghi c5e24d6c89 onChange / removeWithBackspace documentation 2011-05-25 15:26:12 +01:00
Sebastian Motraghi 238c8e7fa6 wrap README lines 2011-05-25 15:25:38 +01:00
Sebastian Motraghi ef581e695a Merge pull request #9 from sebm/master
Incorporate @marioestrada's onChange / backspace changes
2011-05-25 07:06:09 -07:00
Sebastian Motraghi 082acc53de Call the 'onChange' function when a tag is added. 2011-05-25 14:57:03 +01:00
Mario Estrada fd1e79202f added new test for onChange, changed functionality to send the generated tag element and the original input to onChange 2011-05-24 19:36:05 -05:00
Mario Estrada 074d90a6c7 removed extra whitespace 2011-05-24 19:23:13 -05:00
Mario Estrada 8c45811838 Replace jQuery.fn with $.fn since it is already wrapped, added onChange to be called after adding or removing a tag 2011-05-24 19:22:06 -05:00
Mario Estrada 74520e1cbb Added support for remove tack with backspace 2011-05-20 19:29:57 -05:00
Ben Brown ba418a2092 Bug fix pertaining to over-escaping tags. 2011-04-28 16:49:49 -05:00
Ben Brown e227153125 Minified. 2011-04-28 16:09:17 -05:00
Ben Brown 86870134fb Adds the 'interactive' parameter, defaulted to true.
If interactive==true, an input will be inserted, allowing users to type new tags.

If interactive==false, no input will be inserted, and tags must be added using the addTags function.
2011-04-28 16:08:01 -05:00
Ben Brown 0844f11939 Updated minified version 2011-04-28 15:09:21 -05:00
Ben Brown 1dbfe86a79 Options 2011-04-28 15:08:14 -05:00