摘要: Jquery 获取元素的方法分为两种:jQuery选择器、jQuery遍历函数。 1、获取本身: a.只需要一种jQuery选择器 选择器 实例 说明 #Id $('#myId') ID选择器: 可以获取到ID为“myId”的元素,区分大小写 b.多种jQuery选择器组合 b1.jQuery选择器 阅读全文
posted @ 2017-06-28 20:24 李兰星 阅读(352) 评论(0) 推荐(0)
摘要: 基础命令 基础命令 基础命令 用户设置 $ git config --global user.name "Your Name" $ git config --global user.email "email@example.com" 初始化仓库 $ git init Initialized empt 阅读全文
posted @ 2017-06-10 20:03 李兰星 阅读(153) 评论(0) 推荐(0)