How to use tag-it
问题 I am using tagit library from here I created the tagit which working correctly and i created the array as follows: $("#name).tagit({ itemName: "teamId", fieldName: "teamName", availableTags: array, allowSpaces:true, caseSensitive:false, removeConfirmation:true, placeholderText:"Tag Group..." }); var a =["1","2","3","4"]; while using the tag-it all options can be selected correctly ....I want that the tag "4" has to appear as default selection before choosing any option how can i do this..