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