jquery 如何传递对象本身

Posted 飞刀软件

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jquery 如何传递对象本身相关的知识,希望对你有一定的参考价值。

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

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

 

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

}

以上是关于jquery 如何传递对象本身的主要内容,如果未能解决你的问题,请参考以下文章