Commit Graph
39 Commits
Author SHA1 Message Date
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
Ben Brown 0a94827e4d Merge branch 'master' of github.com:xoxco/jQuery-Tags-Input 2011-04-28 15:07:45 -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
Ben Brown 1505a5d6b0 By default, if a callback has been specified, call it! 2011-04-28 14:59:44 -05:00
Ben Brown fbdaf2e84c Added sample onAddTag and onRemoveTag callbacks. 2011-04-28 14:59:12 -05:00
Ben Brown 8a67752cb4 Added info for new callback function parameters 2011-04-28 14:58:58 -05:00
Ben Brown c5637bf1f0 Merged pull request #3 from devbrothers/master.
Added minified version.
2011-04-26 16:03:20 -07:00
Bartosz Grzybowski b2811f6f87 added minified version 2011-04-19 12:47:41 +02:00
melkorm ec21d648fb Bumped version.
Okey, so I did a bit dirty fix for this that if autocomplete popup is visible then blur doesn not tak an action, otherwise adds a new tag. Also added unique option to second blur (with autocomplete).
v1.2.3
2011-04-18 10:47:57 -07:00
melkorm 613859b0f0 README
+ 2 new options.
2011-04-17 04:30:21 -07:00
melkorm 8330eb7cba Added two options:
1. minChars
2. maxChars
Also fixed a bug (I hope so it was one) when using autocomplete, on pressing enter two tags were added:
1st : what we typed
2hnd : what autocomplete returned.
2011-04-16 10:16:38 -07:00
Ben Brown 274563670f bump version number v1.2.2 2011-04-14 10:56:10 -05:00
Ben Brown 9d927ccc6f Add test.html, which includes, get this, a test of jquery tagsinput. 2011-04-14 10:53:42 -05:00
Ben Brown 9fd4b31b05 changed tab style, and added default value to new unique flag 2011-04-14 10:53:23 -05:00
Erlend Finvåg 3bf0e47ea5 fixed bug I accedently introduced in previous commit 2011-04-14 16:36:38 +02:00
Erlend Finvåg e3fdc8bc84 added the ability to require unique tags 2011-04-14 16:12:04 +02:00
Ben Brown 72227771f2 Bump version number 2011-04-12 18:11:06 -05:00
Ben Brown 99bf360110 Add uid=501(benbrown) gid=501(benbrown) groups=501(benbrown),204(_developer),100(_lpoperator),98(_lpadmin),80(admin),61(localaccounts),12(everyone),401(com.apple.access_screensharing-disabled).importtags('list,of,tags'); 2011-04-12 17:52:52 -05:00
Ben Brown cb6250d5c2 Initial import into Git 2011-04-12 17:40:07 -05:00