Skip to content

Commit

Permalink
Merge pull request aehlke#288 from chung-leong/master
Browse files Browse the repository at this point in the history
Fixed documentation of tagInput
  • Loading branch information
aehlke committed Nov 18, 2014
2 parents 1d84585 + 02e13aa commit 6ccd2de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ Clears the widget of all tags — removes each tag it contains, so the **beforeT
### tagInput
The `<input>` field which is used for entering new tags. It's a jQuery object, so you may use it to add a class or anything to it, e.g.:

$("#myTags").tagit("tagInput").addClass("fancy");
$("#myTags").data("ui-tagit").tagInput.addClass("fancy");


## Authors
Expand Down

0 comments on commit 6ccd2de

Please sign in to comment.