I'd like to do something like this to tick a checkbox using jQuery : 我想作這樣的事情來使用jQuery勾選一個checkbox : this
checkbox
$(".myCheckBox").checked(true);
or 要麼 spa
$(".myCheckBox").selected(true);
Does such a thing exist? 這樣的事情存在嗎? .net