jQuery EasyUI 在线

2626jeasyui-win-dlg2

easyui消息框defaults属性的修改方式:

$.messager.defaults = {
    ok: "是", cancel: "否",
    draggable:true,]
    modal:true,
    width:'250px',
    height:'150px',
    overflow:'none',
    left: '30%',
    right: '30%',
};