Get the value from a checked checkbox. $( "input[type=checkbox][name=bar]:checked" ).val();. // Get the value from a set of radio buttons.
確定! 回上一頁