当前位置:  编程技术>WEB前端

jquery制作居中遮罩层效果分享

    来源: 互联网  发布时间:2014-08-25

    本文导语:  代码如下:遮罩演练                        ++++                                                确定            取消                $(document).ready(function(){        $('.fun').on('click',func...

代码如下:





遮罩演练






   

           

  •             ++++
           

  •    






   

       
           

  •            
  • 确定

  •            
  • 取消

  •        
       




        $(document).ready(function(){
            $('.fun').on('click',function(){
                console.log('fun click');
                showAddTopic(function(val){
                    console.log(val);
                });
            });
        });


    shadow.js

    代码如下:

    shadow_list=[];
    function showAddTopic(cb){
        var input_container=$('#content-container-templet').clone();
        input_container.removeAttr('id');
         var shadow=$('
    ').addClass('shadow-wrapper').append(input_container);
         shadow.appendTo(document.body);
         shadow_list.push(shadow);
         $('.sure',shadow).on('click',function(){
             var val=$('.input-li input',shadow).val();
             cb(val);
             hideAddTopic();
         });
         $('.cancel',shadow).on('click',function(){
             hideAddTopic();
         });
    }

    function hideAddTopic(){
        if(shadow_list.length>0){
            var shadow=shadow_list.pop();
            shadow.remove();
        }
    }

    component2.css

    代码如下:

    html,body{
            padding:0px;
            margin: 0px;
            width: 100%;
            height: 100%;
            overflow:hidden;
        }
        ul,li{
            padding:0px;
            margin: 0px;
            list-style:none;
        }
       input,textarea{
        vertical-align:middle;
        border:none;
       }
        .layout-container{
            position:absolute;
            top:0px;
            height:100%;
            overflow:auto;
        }
       .left-container{
           left: 0px;
           width:20%;
           border:solid 5px #52BE7F;
       }
       .right-container{
           right:0px;
           width:80%;
       }
       .shadow-wrapper{
           position: absolute;
           width:100%;
           height: 100%;
       }
       .topic-title li  span{
           height:30px;
           line-height:30px;
           vertical-align:middle;
       }
       .topic-title  .fun{
           float:right;
       }
       .topic-input-div{
           position: absolute;
           left: 50%;
           top:50%;
           height:200px;
           width: 400px;
           margin-top:-120px ;
           margin-left:-210px;
           padding:20px 10px;
       }
       .topic-input-ul{
           vertical-align: middle;
           position:absolute;
           width:380px;
           height:2em;
           left: 50%;
           top:50%;
           margin-top: -1em;
           margin-left: -190px;
       }
        .topic-input-ul li{
            line-height: 2em;

            display:inline-block;
             *display:inline;
       }
       .topic-input-ul .input-li{
           width:40%;
       }
       .topic-input-ul .btn-li{
           width: 15%;
       }

        
     
     

    您可能感兴趣的文章:

  • JQuery实现元素屏幕居中显示的代码
  • jquery实现弹出层完美居中效果
  • Jquery 弹出窗口居中效果的实现代码
  • 基于jquery实现的图片在各种分辨率下未知的容器内上下左右居中
  • jquery居中遮罩层效果实现代码
  • Jquery弹窗居中、居左、居右的实现代码
  • jQuery滚动效果插件 jQuery.SerialScroll
  • jQuery照明效果插件 jQuery Photon
  • jQuery实现CSS3动画效果的插件 jQuery Transit
  • jQuery盖章效果插件 jquery.stamper
  • jQuery卷页效果 jQuery Page Peel
  • 链接渐变效果 jQuery glow
  • jQuery的效果集工具包 Glimmer
  • jQuery Lightbox效果插件 Boxer
  • jQuery滚动延迟效果插件 AnimateScroll
  • jQuery气泡提示插件 jquery-rollover-tooltip iis7站长之家
  • jQuery 页面动画效果 Animsition
  • jQuery 幻灯片效果插件 plusview
  • jQuery图片效果切换 Adipoli
  • jQuery 幻灯效果显示插件 Diapo
  • jQuery文本效果插件 Textualizer
  • jQuery在iPhone/iPad的滚动效果处理 Overscroll
  • jQuery轮盘效果插件 Roundabout
  • jQuery淡入淡出效果 InnerFade
  • jQuery图片缩放效果 FancyZoom
  • jQuery图片幻灯手风琴效果插件 Slidorion
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • jquery制作搜狐快站页面效果示例分享
  • 用jquery的方法制作一个简单的导航栏
  • 制作jquery遮罩层效果导航菜单代码分享
  • jquery插件制作 jquery表单验证代码分享
  • jQuery制作的别致导航有阴影背景高亮模式窗口
  • 简单选项卡 js和jquery制作方法分享
  • jquery制作弹窗提示窗口代码分享
  • 利用JQuery制作符合Web标准的QQ弹出消息
  • jQuery入门-制作自己的插件
  • 通过javascript库JQuery实现页面跳转功能代码
  • jQuery鼠标动画插件 jquery-ahover
  • jQuery概述,代码举例及最新版下载
  • jQuery向导插件 Jquery Wizard Plugin
  • Jquery操作html复选框checkbox:全选,全不选和反选
  • jQuery圆角插件 jQuery Corners
  • struts+spring+hibernate+jquery实现分页功能的几个基本类介绍(异步加载)
  • jQuery相册插件 jQuery.popeye
  • jQuery UI组件 jQuery UI
  • jQuery右键菜单插件 jQuery ContextMenu
  • jQuery分页插件 Pagination jQuery Plugin
  • jQuery日历插件 jQuery Week Calendar
  • jQuery的中文日历插件 jQuery.datePickerCn
  • 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


  • 站内导航:


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

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

    浙ICP备11055608号-3