我想在一組複選框的某些chekbox標籤上放上一個不錯的小data-icon="star"
。有沒有辦法使用jQuery data-icon
這樣做,或者我應該直接在CSS中完成(在這種情況下,我如何獲得與data-icon
相同的渲染?)。JQuery Mobile - 在輸入複選框中添加一個數據圖標
在一個夢幻世界,這裏是什麼工作:
<div data-role='fieldcontain' data-mini='true'>
<fieldset data-role='controlgroup'>
<input type='checkbox' name='cb1' id='cb1' />
<label for='cb1' data-icon='star'>special</label>
<input type='checkbox' name='cb2' id='cb2' />
<label for='cb2'>normal</label>
</fieldset></div>
非常感謝您的幫助
以及它是一個開始:http://jsfiddle.net/7qzhn/1/ – 2012-03-11 17:33:20