zoukankan      html  css  js  c++  java
  • jQuery插件轻量弹出层UIDialog

    参数解释:

    id         :null,  // 需要赋值的ID
    callOnOpen :null,  // 弹出后调用方法
    callOnClose:null,  // 关闭后调用方法
    eventType  :null,  // 事件类型 click, blur, change, dblclick, error, focus, load, mousedown, mouseout, mouseup
    idContent  :null,  // 需要添加的id
    width      :'auto', // 宽
    height     :'auto', // 高
    title      :'消息',  // 标题
    content    :'测试内容'  // 内容

     直接上代码

  • 相关阅读:
    6_10 下落的树叶(UVa699)<二叉树的DFS>
    6_9 天平(UVa839)<二叉树的DFS>
    6_8 树(UVa548)<从中序和后序恢复二叉树>
    6_7 树的层次遍历(UVa122)<二叉树的动态创建与BFS>
    6_6 小球下落(UVa679)<完全二叉树编号>
    6_4 破损的键盘(UVa11988)<链表>
    6_3 矩阵链乘(UVa424)<用栈实现简单的表达式解析>
    6_2 铁轨(UVa514)<栈>
    第五周课程总结&试验报告(三)
    第四周课程总结和实验报告
  • 原文地址:https://www.cnblogs.com/jikey/p/2406119.html
Copyright © 2011-2022 走看看