hailwood / jQuery-Tagit

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

Complete tag programmatically #57

Open pbor opened 12 years ago

pbor commented 12 years ago

I am using tagit inside a jquery-ui dialog: if the user types a tag without pressing space or anther trigger key and then presses the "save" button of the dialog, the last tag he typed is not saved.

It would be nice to have a method to trigger the tag programmatically, so that I would call it when "save" is clicked