jquery中关于bind()方法的使用技巧分享 .bind()方法可使用.on()方法来代替on()方法提高代码易读性,如下$("input").bind("click",{foo:"hello"}, jquery的bind方法