jQuery EasyUI怎么弹出一个新窗口

如题所述

$("[iconCls='icon-add']").click(function(){
$("#popWindow").window({
title:'增加角色信息',
href:'test/add',
width:800,
height:400,
});
$("#popWindow").window("open");
});
温馨提示:内容为网友见解,仅供参考
无其他回答
相似回答