diff --git "a/26\350\260\242\351\207\221\351\207\221/\344\275\234\344\270\232/11_21\345\205\250\351\200\211\345\217\215\351\200\211.html" "b/26\350\260\242\351\207\221\351\207\221/\344\275\234\344\270\232/11_21\345\205\250\351\200\211\345\217\215\351\200\211.html" new file mode 100644 index 0000000000000000000000000000000000000000..64e43ed2664ba1c6a1bcb11b9952032f84dbe36c --- /dev/null +++ "b/26\350\260\242\351\207\221\351\207\221/\344\275\234\344\270\232/11_21\345\205\250\351\200\211\345\217\215\351\200\211.html" @@ -0,0 +1,107 @@ + + + + + getElementsByTagName获取checkbox进行全选 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ 全选 + 反选 + 姓名性别专业爱好
刘备软件开发抽烟
关羽国际贸易喝酒
张飞园林设计烫头发
赵云平面设计抽烟
黄忠影视制作玩游戏
小乔高级护理唱歌
+ + + \ No newline at end of file diff --git "a/26\350\260\242\351\207\221\351\207\221/\344\275\234\344\270\232/11_21\345\267\245\344\275\234\347\273\217\345\216\206.html" "b/26\350\260\242\351\207\221\351\207\221/\344\275\234\344\270\232/11_21\345\267\245\344\275\234\347\273\217\345\216\206.html" new file mode 100644 index 0000000000000000000000000000000000000000..cea8c9799f6b63624239e20dfc7853d32fa44c26 --- /dev/null +++ "b/26\350\260\242\351\207\221\351\207\221/\344\275\234\344\270\232/11_21\345\267\245\344\275\234\347\273\217\345\216\206.html" @@ -0,0 +1,63 @@ + + + + + 动态添加和删除节点 + + + + +

工作经历

+
+
+
+ 公司名称: + 职位: + 删除工作经历 +
+ 工作职责及工作内容描述: + +
+
+
+ +
+ 添加工作经历 +
+ + + \ No newline at end of file diff --git "a/26\350\260\242\351\207\221\351\207\221/\344\275\234\344\270\232/11_23\344\272\213\344\273\266\344\275\234\344\270\232.html" "b/26\350\260\242\351\207\221\351\207\221/\344\275\234\344\270\232/11_23\344\272\213\344\273\266\344\275\234\344\270\232.html" new file mode 100644 index 0000000000000000000000000000000000000000..7de135aca7bc13cfb91ece6dd7808c2d2430827f --- /dev/null +++ "b/26\350\260\242\351\207\221\351\207\221/\344\275\234\344\270\232/11_23\344\272\213\344\273\266\344\275\234\344\270\232.html" @@ -0,0 +1,29 @@ + + + + + + + Document + + + + + + + \ No newline at end of file diff --git "a/26\350\260\242\351\207\221\351\207\221/\347\254\224\350\256\260/11_21\350\216\267\345\217\226\345\261\236\346\200\247\350\241\250\345\215\225\345\200\274.txt" "b/26\350\260\242\351\207\221\351\207\221/\347\254\224\350\256\260/11_21\350\216\267\345\217\226\345\261\236\346\200\247\350\241\250\345\215\225\345\200\274.txt" new file mode 100644 index 0000000000000000000000000000000000000000..2300fdf51c60cb072d415873b4d019fc8b9fe7df --- /dev/null +++ "b/26\350\260\242\351\207\221\351\207\221/\347\254\224\350\256\260/11_21\350\216\267\345\217\226\345\261\236\346\200\247\350\241\250\345\215\225\345\200\274.txt" @@ -0,0 +1,7 @@ + //getAttribute 获取属性的值 + + //setAttribute 获取属性的值 + + //获取表单的值.value + + //获取单选框的选中状态 .checked \ No newline at end of file diff --git "a/26\350\260\242\351\207\221\351\207\221/\347\254\224\350\256\260/11_23\344\272\213\344\273\266\347\254\224\350\256\260.txt" "b/26\350\260\242\351\207\221\351\207\221/\347\254\224\350\256\260/11_23\344\272\213\344\273\266\347\254\224\350\256\260.txt" new file mode 100644 index 0000000000000000000000000000000000000000..38f963a458ba99ffafa574acbe93b93a05bab48f --- /dev/null +++ "b/26\350\260\242\351\207\221\351\207\221/\347\254\224\350\256\260/11_23\344\272\213\344\273\266\347\254\224\350\256\260.txt" @@ -0,0 +1,10 @@ +DOM0 +当有多个同类型事件触发时,只会触发一个 ,兼容性较高 +DOM2 +当有多个同类型事件触发时,会依次触发, 兼容性较差 +添加事件 +addEventListener +事件取消 +当有多个同类型事件触发时,会依次触发, 兼容性较差 +事件流(冒泡) +事件从最外层开始捕获,直到当前元素(触发事件的对象),再从当前元素向外冒泡到document \ No newline at end of file