jQuery浮动窗口插件 jqFloatBox

码农软件 · 软件分类 · jQuery对话框 · 2019-12-15 14:13:24

软件介绍

FloatBox 是一个jQuery 实现浮动层的插件,实现javascript弹出浮动窗口功能,当点击链接后弹出一个新窗口打开一个HTML页面,支持Ajax动态加载,有fade褪色效。

示例代码:

$("a#my-link").click(function () {
$.floatbox({
        content: "

My HTML content here!
"
    });
});

$("a#my-link").click(function () {
    $.floatbox({
        ajax:  {
            url: "my_request.pl", // request url
            params:  "name=ieda&age=23", //post parameters
            before:  "

Loading content

 
", //loading message while the request is being processed
            finish: function () {
                //callback function
            }
        },
        fade: true
    });
}); 

效果如下图所示:

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

Algorithms in C, Parts 1-4

Algorithms in C, Parts 1-4

Robert Sedgewick / Addison-Wesley Professional / 1997-9-27 / USD 89.99

"This is an eminently readable book which an ordinary programmer, unskilled in mathematical analysis and wary of theoretical algorithms, ought to be able to pick up and get a lot out of.." - Steve Sum......一起来看看 《Algorithms in C, Parts 1-4》 这本书的介绍吧!

MD5 加密
MD5 加密

MD5 加密工具

html转js在线工具
html转js在线工具

html转js在线工具

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具