shouquanxiugai

This commit is contained in:
guanghongwei
2015-10-04 21:50:29 +08:00
parent d32ea9f9a1
commit 9f7b066ca6
40 changed files with 627 additions and 105 deletions

View File

@@ -89,7 +89,7 @@ function move(from, to, from_o, to_o) {
//}
//
function selectAll(){
function selectAllOption(){
var checklist = document.getElementsByName ("selected");
if(document.getElementById("select_all").checked)
{
@@ -106,6 +106,12 @@ function selectAll(){
}
function checkAll(formID){
$('#'+formID+'option').each(function(){
$(this).attr('checked', true)
})
}
//
//function move_all(from, to){
// $("#"+from).children().each(function(){