$('.datagrid-toolbar #businessname1').val();//得到值
$("#checkDialog #userBiDiv").hide();//隐藏
.attr("checked","checked");//设置属性
$("input[name='isgetbi']:checked").val();//得到选择的数据
$("#typeSelect").find("option").remove();//移除下拉菜单
$("#typeSelect").find("option:selected").val();//得到下拉菜单选中的值
$("#typeSelect")[0].selectedIndex =0;//设置下拉菜单第一个
window.parent.location.href = "login.html";//设置连接路径
$("#exportUser #excelUsers").submit();//提交