标签:
$("button[name^=‘privateBtn‘]").click(function(){ alert(‘demo‘); //接触绑定.避免重复执行 $("button[name!=‘privateBtn‘]").unbind(‘click‘);
});
jquery click点击事件重复执行多次
原文地址:http://www.cnblogs.com/meibao/p/4693421.html