未完成

This commit is contained in:
guanghongwei
2015-03-01 23:34:00 +08:00
parent a50d3ba692
commit 458ca42f22
4 changed files with 12 additions and 6 deletions

View File

@@ -107,3 +107,9 @@ function move_all(from, to){
});
}
//function commit_select(form_array){
// $('#{0} option'.format(form_array)).each(function(){
// $(this).prop('selected', true)
// })
//}