Ben Brown
d4916fab81
fix skiptag variable scope
2012-04-11 15:55:16 -05:00
Ben Brown
b6c34f138c
Merge branch 'master' of github.com:xoxco/jQuery-Tags-Input into rewrite
...
Conflicts:
jquery.tagsinput.js
2012-04-11 15:53:30 -05:00
Ben Brown
0403f22e12
Update jQuery version
...
Fix small problem with tagExist
2012-04-11 15:48:14 -05: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
Ben Brown
b20d10a78f
Merge pull request #51 from tybulewicz/master
...
Fixed issue #49 - tagExist() now works correctly
2012-04-11 13:23:36 -07:00
Ben Brown
6d8d9d9a4f
Fix bug in tagExist
2012-04-11 15:22:57 -05:00
Tomasz Tybulewicz
b56a968f97
Fixed issue #49 - tagExist() now works correctly
2012-03-13 19:59:46 +01:00
Ben Brown
0cdef424cf
switch from using .bind to using .on
2012-02-19 22:36:20 -06:00
Ben Brown
be279931fb
Refactor to support broader range of selectors,
...
less dependence on ID attribute,
use of .data to store settings instead of global variables,
add tag validation
2012-02-19 20:18:53 -06: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
6d2b1d3b72
add semicolon to end of minified version
2011-12-06 09:55:29 -08: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
78487e0592
Add semicolon to end of file in minified version.
...
Fix to issue #32
2011-11-21 08:35:25 -08:00
Ben Brown
8d06653aa6
readme update
2011-11-16 13:47:10 -08:00
Ben Brown
ad2889e6a4
updating readme to markdown
2011-11-16 13:46:21 -08:00
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