摘要: jQuery的基本选择器 选择器的分类 <! 1.基本选择器 2.层级选择器 3.过滤选择器 3.1 基本过滤选择器 3.2 内容过滤选择器 3.3 可见性过滤选择器 3.4 子元素过滤选择器 3.5 表单对象属性过滤选择器 4.表单选择器 1. 基本选择器 id element 根据给定的元素名匹 阅读全文
posted @ 2017-05-12 12:08 前端兵哥哥 阅读(323) 评论(2) 推荐(3) 编辑
摘要: jQuery手风琴的制作 首先我们先来做一个简单的jQuery的效果图 效果图 如下: css代码 如下: {margin: 0;padding: 0;} ul,li{list style:none} ul { width: 300px; background: yellow; margin: 50 阅读全文
posted @ 2017-05-12 09:52 前端兵哥哥 阅读(2223) 评论(7) 推荐(4) 编辑