01 2021 档案

摘要:<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <div class="" style="width: 600px;margin: auto"> <div class="top"> 阅读全文
posted @ 2021-01-28 23:24 芳香四溢713051 阅读(429) 评论(0) 推荐(0)
摘要:1.onfocus 当input 获取到焦点时触发。 2.onblur 当input失去焦点时触发,注意:这个事件触发的前提是已经获取了焦点再失去焦点的时候才会触发该事件,用于判断标签为空。3.onchange 当input失去焦点并且它的value值发生变化时触发,个人感觉可以用于注册时的确认密码 阅读全文
posted @ 2021-01-28 21:56 芳香四溢713051 阅读(2745) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <link rel="stylesheet" type="text/css" href="css/bootstrap4.5.min.css" /> <style 阅读全文
posted @ 2021-01-27 23:25 芳香四溢713051 阅读(147) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> .shows{ display: none; } </style> </head> <body> <label f 阅读全文
posted @ 2021-01-27 22:27 芳香四溢713051 阅读(101) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <label for="checks"> <input type="checkbox" name="checks" id="chec 阅读全文
posted @ 2021-01-27 22:20 芳香四溢713051 阅读(134) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="viewport" conte 阅读全文
posted @ 2021-01-27 22:18 芳香四溢713051 阅读(358) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title></title> <script src="js/jquery-1.12.4.min.js" type="text/javascript" charset="utf-8"></ 阅读全文
posted @ 2021-01-27 00:58 芳香四溢713051 阅读(353) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>jQuery 复制 阅读全文
posted @ 2021-01-26 23:46 芳香四溢713051 阅读(1440) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> ul,li { list-style: none; margin: 0; padding: 0; } .tabBox { wid 阅读全文
posted @ 2021-01-26 23:19 芳香四溢713051 阅读(202) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1 阅读全文
posted @ 2021-01-26 23:15 芳香四溢713051 阅读(510) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <link rel="stylesheet" type="text/css" href="css/bootstrap4.5.min.css" /> <style 阅读全文
posted @ 2021-01-26 23:06 芳香四溢713051 阅读(97) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <link rel="stylesheet" type="text/css" href="css/bootstrap4.5.min.css"/> <script 阅读全文
posted @ 2021-01-26 22:55 芳香四溢713051 阅读(310) 评论(0) 推荐(0)
摘要:jQuery可展开收缩三级下拉菜单 <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>jQuery可展开收缩三级下拉菜单</title> <style type="text/css"> *{margin: 0;padding: 0 阅读全文
posted @ 2021-01-26 22:48 芳香四溢713051 阅读(365) 评论(0) 推荐(0)
摘要:jquery 数据查询 <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <script src="js/jquery-1.12.4.min.js" type="text/javascript" charset= 阅读全文
posted @ 2021-01-26 22:43 芳香四溢713051 阅读(241) 评论(0) 推荐(0)
摘要:jQuery 文本段落展开和折叠效果 <!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>jQuery文本段落展开和折叠效果</title> <styl 阅读全文
posted @ 2021-01-26 22:31 芳香四溢713051 阅读(618) 评论(0) 推荐(1)
摘要:Property or method "previewUrl" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the d 阅读全文
posted @ 2021-01-21 00:35 芳香四溢713051 阅读(833) 评论(0) 推荐(0)
摘要:vue.esm.js?efeb:628 [Vue warn]: Invalid prop: type check failed for prop "defaultActive". Expected String with value "0", got Number with value 0. 问题解 阅读全文
posted @ 2021-01-16 22:03 芳香四溢713051 阅读(2234) 评论(0) 推荐(0)
摘要:禁止自动轮播 data-interval="false" 完整代码如下: 1 <!DOCTYPE html> 2 <html> 3 4 <head> 5 <meta charset="UTF-8"> 6 <title></title> 7 <script src="js/jquery-1.12.4. 阅读全文
posted @ 2021-01-14 23:05 芳香四溢713051 阅读(363) 评论(0) 推荐(0)
摘要:1 /* 滚动条样式 */ 2 ::-webkit-scrollbar-track{ 3 background:rgba(0, 0, 0, .1); 4 border-radius: 0; 5 } 6 ::-webkit-scrollbar{ 7 -webkit-appearance: none; 阅读全文
posted @ 2021-01-13 00:23 芳香四溢713051 阅读(67) 评论(0) 推荐(0)
摘要:jQuery 移入移出 操作div 1 <style type="text/css"> 2 .box{ 3 position: relative; 4 } 5 .box1{ 6 width: 80px; 7 height: 80px; 8 border: 1px solid red; 9 } 10 阅读全文
posted @ 2021-01-12 23:49 芳香四溢713051 阅读(378) 评论(0) 推荐(0)
摘要:jQuery 处理 json遍历在页面中显示,并且拼接html。 1 <title>json多维数组遍历渲染</title> 2 3 <body> 4 <div class="box"> 5 6 </div> 7 </body> 8 9 <script type="text/javascript" 阅读全文
posted @ 2021-01-12 00:00 芳香四溢713051 阅读(1188) 评论(0) 推荐(0)
摘要://真数组转换伪数组 var arr = [1,3,5,7,9]; var obj = {}; [].push.apply(obj,arr); console.log(obj) //伪数组转真数组 var obj2 = {0:"张三",1:"李四",length:2}; var arr = []; 阅读全文
posted @ 2021-01-02 17:11 芳香四溢713051 阅读(123) 评论(0) 推荐(0)