Skip to content

Commit

Permalink
Fixed documentation of tagInput
Browse files Browse the repository at this point in the history
  • Loading branch information
chung-leong committed Oct 30, 2014
1 parent 1d84585 commit 02e13aa
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 02e13aa

Please sign in to comment.