jQuery弹窗控件 sobox

码农软件 · 软件分类 · jQuery对话框 · 2019-12-14 12:59:51

软件介绍

sobox 是一款非常实用的,基于 jQuery 的弹窗控件。
功能非常完整,而代码量又非常少(压缩完仅8k不到)的一款弹窗控件,
如果你熟悉ext的弹窗控件,那么sobox的使用对你来说应该是愉悦而完全没有压力。

以下简单介绍给大家,具体的大家看详细的API和实例
sobox提供 'content','target','ajax','iframe' 四种模式,
弹窗可多位置定位,兼容ie6+,其他现代浏览器就更不要说了,
并快捷支持alert,confirm,tip,loading,overTip等方法,
在实际应用中可根据项目实际需要灵活定制。
另外其实还有一个移动端版本,代码更少,功能没有这个丰富,
但是也支持alert,confirm,tip,loading这几个常用的方法,随后放出。

sobox界面清爽,熟悉样式的童鞋可以轻松重新定制界面

sobox的全部参数:

$.sobox.pop({
     /* 弹出类型及类型参数 */
    type : 'content', // 弹窗内容模式:'content','target','ajax','iframe',每个模式分别对应每个参量
    target : null, // target方式,target目标,如 '.detail','#contbox'
    content : null, // content方式,支持html
    iframe : null, // iframe方式,值为iframe目标页链接,如:http:// www.baidu.com/
    ajax:{url:null,data:null,callback:function(){}}, // ajax方式

     /* 位置信息 */
    posType:'center', // 'center,win,doc,tc,bc' 位置类型:居中 | 距window顶部 | 距离doucment顶部定 | top水平居中 | bottom水平居中
    pos:[0,0], // [x,y] 距离document左上角坐标,set模式使用
    offset:[0,0], // [x,y] 弹窗相对本来设定位置偏移量,center模式只改变y轴

     /* 自定义参数 */
    cls : null, // 添加自定义类名
    width:360,height:null, // 宽高属性,iframe模式下,height为iframe高度
    defaultShow:true, // 直接显示pop
    visibility:true, // 默认pop执行后显示(用于部分复杂处理场景)
    title : '提示', // 默认标题
    showTitle:true, // 标题栏隐藏:默认显示
    outCloseBtn : false, //标题上的关闭按钮是否外置 :默认内置
    showMask : true, // 显示遮罩
    onlyOne : false, // 为true时,同一状态下只显示一个pop
    drag :true, // 是否可拖动
    maskClick : true, // 点击背景关闭内容
    btn : [], // {cls:,text'确定',link:,removePop: true,callback:}

     /* 返回事件 */
    beforePop:function(){}, // 窗口打开之前返回事件
    onPop: function(){}, // 窗口打开返回事件
    closePop: function(){} // 窗口关闭返回事件
});

当然我的整个soJs项目都在上面 :https://github.com/bujichong/sojs

原谅我有时慵懒,但是有问题,我基本还是会修正和改进的,欢迎大家批评指正~

本文地址:https://codercto.com/soft/d/21128.html

Artificial Intelligence

Artificial Intelligence

Stuart Russell、Peter Norvig / Pearson / 2009-12-11 / USD 195.00

The long-anticipated revision of this #1 selling book offers the most comprehensive, state of the art introduction to the theory and practice of artificial intelligence for modern applications. Intell......一起来看看 《Artificial Intelligence》 这本书的介绍吧!

MD5 加密
MD5 加密

MD5 加密工具

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器