-1
我正在使用jQuery插件「Selecter」,並嘗試對選定的元素進行計數。我試着用css屬性selected
對元素進行計數,但是我無法做到。使用Selecter(JavaScript,jQuery)對選定元素進行計數
$("span[style='selected']").length
這是我的HTML看起來像(選擇一個是):
<div class="selected-options">
<span class="selecter-item selected" data-value="wtZyXCj99F7kWqhpL">One</span>
<span class="selecter-item" data-value="gZGMcg8oDHpQsSHui">Two</span>
</div>
任何幫助將不勝感激。
http://api.jquery.com/category/selectors/ – 2014-09-01 13:00:40
http://api.jquery.com/class-selector/ – Satpal 2014-09-01 13:01:05