jQuery FullScreen Plugin

码农软件 · 软件分类 · jQuery界面效果 · 2020-01-01 17:59:43

软件介绍

这是一个 jQuery 1.7 的插件,用于实现网页的全屏显示,是对 Full Screen API 的封装。

示例代码:

// The plugin sets the $.support.fullscreen flag:
if($.support.fullscreen){

    // ...
    // Show your full screen button here
    // ...

    $('#fullScreen').click(function(e){

        $('#content').fullScreen();

        // You can also pass a hash with properties:
        // $('#content').fullScreen({
        //  'background'    : '#111',
        //  'callback'      : function(isFullScreen){
        //      // ...
        //      // Do some cleaning up here
        //      // ...
        //  }
        // });
    });
}

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

交互设计

交互设计

. / 刘晓晖、张景 / 电子工业出版社 / 2003-6 / 39.00元

一起来看看 《交互设计》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具

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

HSV CMYK互换工具