少林

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

$("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');
        }
    });
}

 

posted on 2015-10-26 09:48  Stanley_yu  阅读(133)  评论(0编辑  收藏  举报