摘要: CSS手册:https://www.xp.cn/css3/ 阅读全文
posted @ 2020-04-18 23:35 codedot 阅读(303) 评论(0) 推荐(0) 编辑
摘要: jQuery手册:http://jquery.cuishifeng.cn/ 一、选择器 1. id选择器、类名选择器、元素选择器、多选择器 //id选择器 $("#myDiv"); //类名选择器 $(".myClass"); //元素选择器 $("div"); //多选择器 $("div,span 阅读全文
posted @ 2020-04-18 09:23 codedot 阅读(756) 评论(0) 推荐(0) 编辑