开发者

Jquery Tag It plugin - new line for each tag when they should float next to each other

Im using the "tag it" plugin. Everything working fine, except for each time a tag is added to the holder, a new is taken. Has anyone experienced this?

Thanks

http://plugins.jquery.com/project/tag-it

http://levy开发者_运维知识库carneiro.com/2010/03/tag-it-tag-suggestions-editor-and-autocomplete-in-a-jquery-ui-plugin/


This is likely to be a CSS problem, make sure that you have the following:

ul.tagit li { 
    display: block;
    float: left;
    ...
}
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜