Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用插件 Tag-it 创建一些标签。该插件通过span创建标签,所以我想知道如何为插件创建的标签添加值?
有人能帮我吗?
.tagit("fill", [{label: 'valor', value: 12}, {label: 'stuff', value: 13}])
From the documentation