﻿//$("document").ready(function(){
//	$("a.select_true").click(function(){
//		$("ul.new_commend_song input[name=song_id]").attr("checked",'true');//全选
//	})
//	$("a.select_false").click(function(){
//		$("ul.new_commend_song input[name=song_id]").removeAttr("checked");//取消全选
//	})
//})
//
//function select_true(char) {
//	$(char).attr("checked",'true');
//}
//function select_false(char) {
//	$(char).removeAttr("checked");
//}
//function play(char) {
//	var str="";
//	if ($(char + "[checked]").length == 0) {
//		alert('请先选择舞曲！');
//	}else{
//		$(char + "[checked]").each(function(){
//			str+=$(this).val()+"\r\n";
//		})
//	alert(str);
//	}
//}

function xuan(char) {
	$(char).attr("checked",'true');
}
