05 2019 档案
jQuery操作
摘要:导入juery s1.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <!--引入css--> <!--<link rel="stylesheet" href="cssw 阅读全文
posted @ 2019-05-25 22:09 SZ_文彬 阅读(188) 评论(0) 推荐(0)
jQuery笔记
摘要:http://jquery.cuishifeng.cn/ 模块 == 类库 DOM/BOM/JavaScript的类库 JQuery版本: 1.x 1.12系列兼容性最好 2.x 3.x 版本最新 转换: jQuery对象[0] ==> Dom对象 Dom对象 ==> $(Dom对象) 一,查找元素 阅读全文
posted @ 2019-05-25 22:05 SZ_文彬 阅读(129) 评论(0) 推荐(0)
dom绑定事件操作
摘要:s7.html <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Title</title></head><style> #test{ background-color: red; width:300px; hei 阅读全文
posted @ 2019-05-13 23:14 SZ_文彬 阅读(225) 评论(0) 推荐(0)
dom操作补充
摘要:s5.html s6.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <div style="width: 600px;margin: 0 阅读全文
posted @ 2019-05-11 20:41 SZ_文彬 阅读(160) 评论(0) 推荐(0)
javascript补充
摘要:func.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <script> function func() { } //普通函数 setIn 阅读全文
posted @ 2019-05-11 19:00 SZ_文彬 阅读(138) 评论(0) 推荐(0)