function type_news(){ $('#t_info').hide(); } function type_info(){ $('#t_info').show(); } function type_eng(){ $('#link').hide(); $('#t_info').hide(); } function type_pro(){ $('#link').hide(); $('#t_info').show(); } function type_link(){ $('#t_info').hide(); $('#link').show(); } function article_form(){ if($("#cid").val() == 0){ alert('你没有选择任何栏目'); return false; } if($("#title").val() == ""){ //alert('你填写标题'); //return false; } } function b(){ $('#t_info').hide(); $('#s_info').hide(); } function a(){ $('#t_info').hide(); $('#s_info').show(); } function c(){ $('#t_info').show(); $('#s_info').hide(); } //选中所有用户 function checkall(name) { var e = is_ie ? event : checkall.caller.arguments[0]; obj = is_ie ? e.srcElement : e.target; var arr = document.getElementsByName(name); var k = arr.length; for(var i=0; i