欢迎来到ZeroAO的博客

竹杖芒鞋轻胜马,谁怕?一蓑烟雨任平生。
扩大
缩小

随笔分类 -  jQuery

jQuery相关
bootstrap组件的使用
摘要:1、下载文件 到 https://v2.bootcss.com/index.html 需要的文件 2、引入 <link rel="stylesheet" href="bootstrap/css/bootstrap.min.css"> <script src="./jquery-3.4.1.min.j 阅读全文

posted @ 2020-05-05 15:51 Zeroao 阅读(317) 评论(0) 推荐(0) 编辑

jQuery的css函数设置
摘要:$(selector).css(name,function(index,value)) name:必需。规定 CSS 属性的名称 function(index,value): 规定返回CSS属性新值的函数。 index - 可选。接受选择器的index位置 value - 可选。接受CSS属性的当前 阅读全文

posted @ 2020-04-10 12:13 Zeroao 阅读(279) 评论(0) 推荐(0) 编辑

jQuery的筛选选择器
摘要:<script> $(function(){ $("ul li:first").css("color","yellow"); $("ul li:last").css("color","pink"); $("ul li:odd").css("color","blue"); }) // :first 第 阅读全文

posted @ 2020-04-09 11:40 Zeroao 阅读(161) 评论(0) 推荐(0) 编辑

jQuery的两种入口函数
摘要:<script src="jquery-3.4.1.min.js" type="text/javascript" ></script> <script type="text/javascript"> // $('div').hide(); //jQuery的两种入口函数(等DOM加载完方式) //相 阅读全文

posted @ 2020-04-08 21:10 Zeroao 阅读(266) 评论(0) 推荐(0) 编辑

导航

Live2D