3
在CheckboxGroup做出選擇我有一個<CheckboxGroup>
如下:需要使用jQuery
<CheckboxGroup name="permitted">
<input type="checkbox" value="1" />Orders
<input type="checkbox" value="2" />Production
<input type="checkbox" value="3" />Dispatch
<input type="checkbox" value="4" />Returns
<input type="checkbox" value="5" />Sundry
<input type="checkbox" value="6" />Collection
<input type="checkbox" value="7" />Pending Amount
<input type="checkbox" value="8" />Pending Bills
<input type="checkbox" value="9" />Ledger
<input type="checkbox" value="10" />Day Book
</CheckboxGroup>
我試圖做一些挑選出來的這個複選框,
想我需要的訂單,調度使用jQuery進行檢查。 我對我有相應的值1,3。
檢查我的小提琴:FIDDLE
謝謝哥們。我還有一個疑問,我從ajax獲得了1,2個,還有其他方面,以便我可以直接通過這個? – Santhucool
@Santhucool你怎麼得到1,2?作爲一個字符串? –
是的好友,你是現貨! Yah它正在作爲一個字符串 – Santhucool