您的位置:首页 > Web前端 > JQuery

jquery&easyui

2015-10-26 09:48 609 查看
$("select[name='employee.inauguration'] option[value='1']").attr("selected", true);//select选中

$("#positiveDate").datebox('setValue','');//清空值

//打开dialog
function openDialog(url,empName) {
$('<div style="overflow-x:hidden"/>').dialog({
title : empName,
href : encodeURI(url),
width : '1000',
height : $(window).height(),
minimizable: false,
maximizable: false,
resizable: true,
modal : true,
onClose : function() {
$(this).dialog('destroy');
}
});
}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: