easyui试做窗口.不完整

 

easyui试做窗口.不完整

$("#login_butt").click(function(){
$('#win').window({ 
width:456, 
height:243,
title:'功能选择页面',
modal:true,
collapsible:false,
minimizable:false,
maximizable:false,
border:'thick',
resizable:false,
content:"<a href='otherpage.php' class='easyui-linkbutton' 
data-options='iconCls:'icon-search''>easyui</a>" 

}); 
$('#win').window('open'); 
});

  

  

posted @ 2018-01-15 21:52  子言小竹  阅读(136)  评论(0编辑  收藏  举报