hailwood / jQuery-Tagit

The Jquery Tagit Plugin transforms an html unordered list into a unique tagging plugin.
264 stars 109 forks source link

Added a tagsChanged event #20

Closed Krizzzn closed 12 years ago

Krizzzn commented 12 years ago

Hi,

I've added a tagsChanged event to Tagit in order to be able to perform ajax calls on every new or removed tag. I also updated the demos page (and created a html version of it). Maybe you want to add this to your repository.

Cheers, Chris

Krizzzn commented 12 years ago

The commits 4e73ec7 and 282f405 were added after my initial pull request. I didn't know, that they are automatically added to an existing pull request.

The new feature is: If a string is pasted into the tag textbox, it will be splitted into single tags (based on the tag delimiter keys).

These 2 commits are more or less experimental. Please give it a closer look before the merge. I didn't test the "paste detection" of commit 282f405 on OSX yet, so it might not work there as expected.

hailwood commented 12 years ago

Thank you very much, these look great :)