$('input:checkbox:checked[name="ip_sel[]"]').map(function() { return $(this).val(); }).get();
- Nov 03 Mon 2014 15:39
-
checkbox 複選取值法
$('input:checkbox:checked[name="ip_sel[]"]').map(function() { return $(this).val(); }).get();
請先 登入 以發表留言。