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://www.codercto.com/soft/d/21205.html

Squid: The Definitive Guide

Squid: The Definitive Guide

Duane Wessels / O'Reilly Media / 2004 / $44.95 US, $65.95 CA, £31.95 UK

Squid is the most popular Web caching software in use today, and it works on a variety of platforms including Linux, FreeBSD, and Windows. Squid improves network performance by reducing the amount of......一起来看看 《Squid: The Definitive Guide》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具