hailwood / jQuery-Tagit

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

Added "remove" method #45

Closed asapach closed 12 years ago

asapach commented 12 years ago

Also changed the "paste" behavior: prior to jQuery 1.7, event.metaKey mirrored event.ctrlKey (bug), which worked OK for tagit on all platforms. With jQuery 1.7, the current approach needs to be changed: now using "paste" event supported by all major browsers.

hailwood commented 12 years ago

Brilliant.

Thank you very much