摘要: 一、事件1、事件委派 $(选择器).trigger("事件名") trigger:在每一个匹配的元素上触发某类事件。2、时间延迟: $timer=setTimeout(函数,时间值) setTimeout(function(){},1000);3、清除时间延迟: clearTimeout($time 阅读全文
posted @ 2017-01-14 00:06 默默地沉默 阅读(149) 评论(0) 推荐(0)