08 2020 档案

摘要:点击首选项——设置-用户——在配置中增加一句代码: "auto_close_tags": true 阅读全文
posted @ 2020-08-31 18:05 挥不去的执念 阅读(657) 评论(0) 推荐(0)
摘要:Swiper插件超链接失效 simulateTouch : false, <script type="text/javascript"> $(function(){ /* 滑动插件 开始 */ //调用并初始化滑动插件 var mySwiper = new Swiper(".swiper-conte 阅读全文
posted @ 2020-08-07 16:17 挥不去的执念 阅读(479) 评论(0) 推荐(0)
摘要:在div中,有一类div标签,class值为div1,数量不等,有多个。我需要在点击某一个标签的时候实时获取该标签在这类标签中的索引值,以便进行其他操作。 <!DOCTYPE html> <html> <head> <style> div { width:60px; height:60px; mar 阅读全文
posted @ 2020-08-06 11:42 挥不去的执念 阅读(217) 评论(0) 推荐(0)