爱笑香菇

文章
2
资源
1
加入时间
3年0月8天

jQuery基础事件-事件简写

//事件绑定简写/**$(function(){/**$('input').click(function (argument) {alert('click');});*//**$('input').mousedown(function (argument) {alert('mousedown');})*//**$('input')