Javascript jQuery中on的使用2014-06-03admin阅读(3325)赞(0)移除on()所绑定的方法,可以使用off()方法处理 [js]$(document).ready(function(){ $("p").on("click",function(){ $(t...