css - jquery Tag-it plugin's input field styling -


html

<p> tags:<input  name="tags" id="tags" /></p> 

jquery

$('#tags').tagit( {taglimit:3}); 

i want control size of input field,how can ?

if @ dynamic html generated tag-it plugin, ul.tagit class assigned ul generated. set width 200px in css set:

ul.tagit {     width: 200px; } 

Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -