In multiple select ,once 2+ items are selected, a counter element with the total number of selected items will appear inside the button. How to remove the counter element from the button
问问题
299 次
2 回答
1
老问题要回答。虽然,我在这里做了什么来隐藏它。应用了这个 CSS -
.ui-select .ui-li-count{
display: none !important;
}
于 2015-10-01T16:14:42.573 回答
0
我认为您应该在 Jqmobile 中进行多项选择...
下载 Jqmobile 和 Open 文档并参考...
http://jquerymobile.com/demos/1.1.0/docs/forms/selects/custom.html
于 2012-06-29T07:51:01.793 回答