//全选checkbox function allCheck() { //全选input var all = $("input[name='all']"); //全部的input type="checkbox" var checboxs = $(".ys_manage_tbody input[name='checkbox']"); //选中的input type="checkbox" var rchecbox = $(&quo…
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>html+css+js实现复选框全选与反选</title> <meta http-equiv="content-type" conten…