2017年10月2日

jQuery-选择器

摘要: 一:JQuery和DOM转换 转换: jquery对象[0] => Dom对象 Dom对象 => $(Dom对象) 二:选择器 选择器分为:基本选择器,层级选择器,属性选择器,基本筛选器 1)基本选择器 selector1,selector2 2)层级选择器 ancestor descendant 阅读全文

posted @ 2017-10-02 13:25 shisanjun 阅读(159) 评论(0) 推荐(0) 编辑

jQuery-介绍

摘要: 一:什么是jQuery jQuery 是一个 JavaScript 库。 二:安装 http://jquery.com/download/ http://jquery.cuishifeng.cn/ jQuery有两个版本 一个是带有min,用于生产环境,例如:jquery-migrate-1.4.1 阅读全文

posted @ 2017-10-02 09:43 shisanjun 阅读(169) 评论(0) 推荐(0) 编辑

导航