zoukankan      html  css  js  c++  java
  • linkbutton

    <script src="~/jquery-easyui-1.5.5.2/jquery.min.js"></script>
    <link href="~/jquery-easyui-1.5.5.2/themes/default/easyui.css" rel="stylesheet" />
    <link href="~/jquery-easyui-1.5.5.2/themes/color.css" rel="stylesheet" />
    <link href="~/jquery-easyui-1.5.5.2/themes/icon.css" rel="stylesheet" />
    <script src="~/jquery-easyui-1.5.5.2/locale/easyui-lang-zh_CN.js"></script>
    <script src="~/jquery-easyui-1.5.5.2/jquery.easyui.min.js"></script>
    
    
     <a href="#" id="btn" class="c1" onclick=" $('#win').window('open')"></a>
        <a href="#" id="btn" class="easyui-linkbutton c2" onclick=" $('#win01').window('open')">登录窗口</a>
        <a href="#" id="btn" class="easyui-linkbutton c3" onclick=" $('#win').window('open')">新窗口</a>
        <a href="#" id="btn" class="easyui-linkbutton c4" onclick=" $('#win').window('open')">新窗口</a>
        <a href="#" id="btn" class="easyui-linkbutton c5" onclick=" $('#win').window('open')">新窗口</a>
        <a href="#" id="btn" class="easyui-linkbutton c6" onclick=" $('#win').window('open')">新窗口</a>
        <a href="#" id="btn" class="easyui-linkbutton c7" onclick=" $('#win').window('open')">新窗口</a>
        <a href="#" id="btn" class="easyui-linkbutton c8" onclick=" $('#win').window('open')">新窗口</a>
        <div id="win" class="easyui-window" closed="true" title="my window" style="300px;height:100px;padding:5px">
            Some Content
        </div>
    
    
    
     // linkbutton
            $("#btn").linkbutton({
                plain: false,  //为true时,显示简洁效果
                text: "新窗口",
                disabled: false,// 为true时禁用按钮
            });
    

      //  展示

  • 相关阅读:
    shell脚本编程-重定向
    web安全-剖析_基础构架剖析
    shell脚本编程-函数
    shell脚本编程-循环
    web安全-入侵基础
    shell脚本编程-检查和测试
    shell脚本编程-特殊字符
    shell脚本编程-计算方式
    python例子-抓取网站IP列表
    linux问题-APR not Found
  • 原文地址:https://www.cnblogs.com/hnzheng/p/9185318.html
Copyright © 2011-2022 走看看