jquery插件获取事件类型 //需要在使用函数时传入event关键字$('[name=lprice]').change(function(event){ $('[name=lprice]').validate({ event:event, }); })在函数中获取(function ( $ ) { var id=33;... javascript 2023-06-07 158 点赞 2 评论 239 浏览