摘要: 将博客搬至CSDN 阅读全文
posted @ 2018-09-18 16:51 甜甜就是我 阅读(86) 评论(0) 推荐(0) 编辑
摘要: 1.jQuery语法 1.1 基础语法:$(selector).action( ) 美元符号定义 jQuery 选择符(selector)“查询”和“查找” HTML 元素 jQuery 的 action() 执行对元素的操作 示例: $(this).hide() - 隐藏当前元素 $(".test 阅读全文
posted @ 2018-09-18 16:34 甜甜就是我 阅读(415) 评论(0) 推荐(0) 编辑
摘要: 1、盒子模型的第一层到第五层: border、padding+content、background-image、background-color、margin 2、清除浮动。对受到浮动影响的标签作以下操作: 1、clear: both; 2、clear: right; clear: left; 3、 阅读全文
posted @ 2018-09-18 10:30 甜甜就是我 阅读(349) 评论(2) 推荐(0) 编辑