2021年11月10日
摘要: 基本事件: click:触发每一个匹配元素的click事件。 这个函数会调用执行绑定到click事件的所有函数。 例: $(".child").click(function () { console.log(0) }) mousemove:当鼠标指针在指定的元素中移动时,就会发生 mousemove 阅读全文
posted @ 2021-11-10 12:00 于凡芮 阅读(170) 评论(0) 推荐(0)