2014年5月21日

jQuery checkbox 判斷是否被勾選


=================== HTML   ===========================
<input id="chkEngLocation" name="" type="checkbox" value="" />

=================== javascript ==========================
var v = $("input[id='chkEngLocation']").is(":checked");
if (v) {

}

沒有留言:

張貼留言