Skip to content

Commit b644dbf

Browse files
DOM
1 parent 9ead4c5 commit b644dbf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+2
-356
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

01-JS语言基础/常用操作/15-全选反选.html renamed to 01-JS语言基础/DOM/05-全选反选.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
// 第三步:绑定事件2,绑定下面所有对象
5757
for(var i=0;i<botInpArr.length;i++){
5858
botInpArr[i].onclick = function () {
59-
var bool = true;
59+
var bool = true; // 用于更新全选按钮状态
6060
for(var j=0;j<botInpArr.length;j++){
6161
if(botInpArr[j].checked === false){
6262
bool = false;

01-JS语言基础/javascript.md

+1-1

01-JS语言基础/常用操作/16-tab.html

-110
This file was deleted.

01-JS语言基础/常用操作/17-隔行变色.html

-144
This file was deleted.

01-JS语言基础/常用操作/18-双向容器.html

-98
This file was deleted.

02-前端拾零/02-h5_drag.txt

-1
This file was deleted.

02-前端拾零/03-localstorage.txt

-1
This file was deleted.

0 commit comments

Comments
 (0)