摘要: # HTML DOM ## Select * options * add() * remove() ## Table #### 属性 * rows * cells ####方法 * createCaption() * deleteCaption() * createTHead() * deleteT 阅读全文
posted @ 2017-09-06 20:20 说一是二 阅读(96) 评论(0) 推荐(0) 编辑
摘要: # jQuery ### 定义 * jQuery 是JS的类库 * jQuery是为了让JS的开发更简单 * jQuery的目的: 写得少,干得多 ### jQuery优势 * 兼容性问题 (jquery2.*以上的不兼容IE8、 兼容IE8以及以下,jquery1-.*) * 便捷的选择器 * 方 阅读全文
posted @ 2017-09-06 14:34 说一是二 阅读(82) 评论(0) 推荐(0) 编辑
摘要: 09.05 # 属性 ### 内置属性 * js对象和html标签有映射关系 ### 自定义属性 * getAttribute() * setAttribute() * hasAttribute() * removeAttribute() ### H5新增的自定义属性操作操作 * HTML: `<t 阅读全文
posted @ 2017-09-06 14:34 说一是二 阅读(144) 评论(0) 推荐(0) 编辑