jQuery基础事件-事件简写 //事件绑定简写/**$(function(){/**$('input').click(function (argument) {alert('click');});*//**$('input').mousedown(function (argument) {alert('mousedown');})*//**$('input') jquery 2024-01-22 37 点赞 0 评论 56 浏览