jquery 選擇器

select : id = testinput

var test_id = $('#test').find(":selected").val();
var test_id = $("#testoption:selected").val();
var test_id = $("#test option").filter(":selected").text();io

radio name=testtest

var name = $("input[name='test']:checked").val();select

相關文章
相關標籤/搜索