jquery 如何传递对象本身

jquery 如何传递对象本身作为参数的例子:

<input type="radio" name="aaa" value="1" onclick="RadioSelect($(this))”/>

 

function RadioSelect(this) {
debugger;
$(this).removeAttr('checked');

}

posted @ 2017-05-26 18:29  飞刀软件  阅读(3116)  评论(0编辑  收藏  举报