当前位置:  软件>JavaScript软件

jQuery FullScreen Plugin

    来源:    发布时间:2014-12-23

    本文导语:  这是一个 jQuery 1.7 的插件,用于实现网页的全屏显示,是对 Full Screen API 的封装。 示例代码: // The plugin sets the $.support.fullscreen flag: if($.support.fullscreen){     // ...     // Show your full screen button here     // ...    ...

这是一个 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
        //      // ...
        //  }
        // });
    });
}

    
 
 
 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • 通过javascript库JQuery实现页面跳转功能代码
  • jQuery鼠标动画插件 jquery-ahover
  • jQuery概述,代码举例及最新版下载
  • jQuery圆角插件 jQuery Corners
  • Jquery操作html复选框checkbox:全选,全不选和反选
  • jQuery相册插件 jQuery.popeye
  • struts+spring+hibernate+jquery实现分页功能的几个基本类介绍(异步加载)
  • jQuery UI组件 jQuery UI
  • jQuery右键菜单插件 jQuery ContextMenu
  • jQuery日历插件 jQuery Week Calendar
  • jQuery的中文日历插件 jQuery.datePickerCn
  • jQuery实现CSS3动画效果的插件 jQuery Transit
  • jQuery的CSV插件 jQuery CSV
  • jQuery的气泡提示插件 jquery.ns_bub.js
  • jQuery气泡提示插件 jquery-rollover-tooltip
  • jQuery对话框 jQuery Modal Dialog
  • jQuery 插件 jQuery Ripples
  • 精简版的jQuery jQuery.ish
  • jQuery的OpenSocial插件 OpenSocial jQuery
  • jQuery链接插件 jquery.biggerlink
  • 在线客服jQuery 插件 jQuery.onServ


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3