zoukankan      html  css  js  c++  java
  • easyui试做窗口.不完整

    easyui试做窗口.不完整

    $("#login_butt").click(function(){
    $('#win').window({ 
    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'); 
    });
    

      

      

  • 相关阅读:
    多线程
    多线程
    多线程
    多线程
    Java 基础
    异常
    多线程
    多线程
    多线程
    幂等性
  • 原文地址:https://www.cnblogs.com/ziyanxiaozhu/p/8290136.html
Copyright © 2011-2022 走看看