JavaScript实现GridView复选框全选功能
// 全选JS版本控制的复选框为input & nbsp; 全选 function GetAllCheckBox(CheckAll) { var items = document.getElementsByTagName(" input "); for(i = 0; i
文件大小:1.72KB
评论区