60 Commits
Author SHA1 Message Date
junv 291739bd50 if the setting's unique be true,tag should be case sensitive. 2012-12-13 13:37:50 +08:00
Ben Brown bc50b025fb Merge pull request #37 from devbrothers/master
Multiple tags-input instances fix
2012-04-11 13:44:40 -07:00
Ben Brown 50a623375d Merge pull request #38 from prymitive/master
Use min-height for input area
2012-04-11 13:43:57 -07:00
Tomasz Tybulewicz b56a968f97 Fixed issue #49 - tagExist() now works correctly 2012-03-13 19:59:46 +01:00
Łukasz Mierzwa 7476b8b75f use min-height instead of fixed setting, so that input area can grow if needed 2012-01-02 20:24:50 +01:00
Bartosz Grzybowski 51d058c46b updated script to work properly with multiple instances 2012-01-02 16:30:40 +01:00
Ben Brown f8d1362f25 Remove errant comma from parameter list,
fixing issue #34 and #35 for IE
2011-12-06 09:53:46 -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 2011-06-29 12:10:22 -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 2011-06-23 17:06:19 +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 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 2011-06-02 09:37:48 +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 2011-05-25 15:40:36 +01: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 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 1dbfe86a79 Options 2011-04-28 15:08:14 -05:00
Ben Brown 823a8b411e Only call addTag once, BEN. 2011-04-28 15:05:20 -05:00
Ben Brown 64e9860eff When importing tags, do NOT call the callback. 2011-04-28 15:02:06 -05:00
Ben Brown 8ea9b4ea92 Store the callback functions for later. 2011-04-28 15:01:08 -05:00
Ben Brown bfbc3181f2 If an onRemoveTag callback has been specified, call it 2011-04-28 15:00:50 -05:00
Ben Brown 0e4af3b60c If a callback has been specified, call it when a tag is added. 2011-04-28 15:00:27 -05:00
Ben Brown 375b385f46 Store the callbacks 2011-04-28 15:00:00 -05:00