摘要: 定义表结构1. 通过id遍历 row1,cell1 row1,cell2 row2,cell1 row2,cell2 row3,cell1 row3,cell2click me2. 通过jQuery遍历 row1,cell1 row1,cell... 阅读全文
posted @ 2015-06-21 18:15 jihite 阅读(880) 评论(1) 推荐(0) 编辑
摘要: 1. 点击<p></p>之间的内容,对应的消失 注:$("p"),这里的p指的是标签<p> 2. 点击按钮,<p></p>间的内容消失 3. $(".test") .表示类 4. $("#test") #表示id 5.改变html的内容 6. html追加内容 7. 在html元素之后追加内容 8. 阅读全文
posted @ 2015-06-21 14:41 jihite 阅读(449) 评论(3) 推荐(0) 编辑