Skip to content

Commit

Permalink
- Version: 1.1.1 Build 20240104
Browse files Browse the repository at this point in the history
	- 修复数组形式插入DOM时无法插入的bug。
  • Loading branch information
road0001 committed Jan 4, 2024
1 parent a2cd8c5 commit 7a79fb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions VERSION.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# JQuery DOM
- Version: 1.1.1 Build 20240104
- 修复数组形式插入DOM时无法插入的bug。
- Version: 1.1.0 Build 20231229
- 加入attribute PascalCase→kebab-case转换。
- 优化DOM插入性能。
Expand Down
2 changes: 1 addition & 1 deletion jquery.extensions.dom.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ if(typeof jQuery===`function`){
...JSON.parse(JSON.stringify(default_children)),
...cur,
}
this.attachDOM(cur);
this.attachDOM(cur,undefined,undefined,attach_type);
}
return;
}
Expand Down

0 comments on commit 7a79fb2

Please sign in to comment.