随笔分类 -  jquery

摘要: 阅读全文
posted @ 2018-12-07 11:39 大猫STUDIO 阅读(314) 评论(0) 推荐(0)
摘要://今天早上有人问这个问题 想着没写过jquery的笔记 //那就随便写一下吧 下面两个方法 根据不同情况而定用哪种方法$(".class").click(function(){ console.log($(this).index()); }) $(".class").click(function(){ console.log($(".class").index(this))... 阅读全文
posted @ 2018-11-15 10:08 大猫STUDIO 阅读(1244) 评论(0) 推荐(0)