国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

jQuery彈出層插件popShow(改進版)用法示例

2019-11-19 17:47:58
字體:
來源:轉載
供稿:網友

本文實例講述了jQuery彈出層插件popShow(改進版)用法。分享給大家供大家參考,具體如下:

前面一篇《jQuery彈出層插件popShow用法示例》分析了popShow插件的基本用法,這里再對插件進行一番改進。

popShow彈出層

圖1.1 彈出層效果

1、引入JS和CSS文件

<link href="popShow.css" rel="stylesheet" type="text/css" /><script src="/js/common/jquery.min.js" type="text/javascript"></script><script src="popShow.js" type="text/javascript"></script>

注意:這里需要引入jQuery庫文件。

2、編寫HTML代碼

<div id="swinLogin" style="width:230px; display:none;">  <table>    <tr>      <th>用戶名</th>      <td><input id="txtUserName" type="text" /></td>    </tr>    <tr>      <th>密碼</th>      <td><input id="txtPsw" type="password" /></td>    </tr>    <tr>      <th></th>      <td><input type="button" value="登錄" /></td>    </tr>  </table></div>

3、popShow的使用

(1) 打開彈出層

$("#swinLogin").popShow("用戶登錄");

(2) 關閉彈出層

$("#swinLogin").popHide();

附件

附件1:popShow.js

$.fn.popShow = function(title) {  var tag = this;  $('<div class=/"g-mask/"><iframe frameborder=/"0/" scrolling=/"no/"></iframe></div>').appendTo('body');  this.show().attr('par', this.parent().length ? true : false).appendTo('body').wrapAll('<table class=/"g-popup/"><tr><td></td></tr></table>');  this.wrapAll('<div class=/"g-popup-wrap/" style=/"width:' + this.outerWidth(true) + 'px/"></div>').before('<div class=/"g-popup-title g-line-dashed/">' + (title ? title : '') + '</div>').before($('<a class=/"g-popup-hide/" href=/"javascript:;/"></a>').click(function() {    tag.popHide()  }));  return this};$.fn.popHide = function() {  var tab = this.closest('table');  this.attr('par') == 'true' ? this.hide().appendTo('body') : this.remove();  tab.prev().remove();  tab.remove();  return this};

附件2:popShow.css

/*彈出層*/.g-mask, .g-mask iframe, .g-popup { width:100%; height:100%; }.g-mask { background:#fff; filter:alpha(opacity=80); opacity:0.8; }.g-mask iframe { filter:alpha(opacity=0); opacity:0; }.g-mask, .g-popup { position:fixed; top:0; left:0; z-index:10000; _position:absolute; _top:expression(documentElement.scrollTop + "px");}.g-black-mask {background:#000;opacity:0.7;}.g-black-popup{position:absolute;}.g-popup { text-align:center; }.g-popup-wrap { padding:30px; background:#fff; border:#E95A59 solid 4px; text-align:left; position:relative; margin:0 auto; }.g-popup-title { font-size:14px; height:28px; line-height:28px; overflow:hidden; margin-bottom:20px; font-weight:bold; color:#e25150; border-bottom:1px dotted #AAAAAA}.g-popup-hide {background:url("/images/popBtn.png") 0 0 no-repeat; width:34px; height:30px; display:block; position:absolute; right:5px; top:5px; z-index:99; }.g-popup-hide:hover { background-position:0 -40px; }.g-info-hide { width:34px; height:30px; display:block; position:absolute; background-position:0 -1320px; top:5px; right:5px; }.g-info-hide:hover { background-position:0 -1360px; }.g-popup-tip { height: 0; overflow: hidden; position: fixed; z-index:10001; bottom: 0; right: 0; _position: absolute; _bottom: auto; _top: expression(eval(document.documentElement.scrollTop + document.documentElement.clientHeight - this.offsetHeight - (parseInt(this.currentStyle.marginTop, 10) || 0) - (parseInt(this.currentStyle.marginBottom, 10) || 0)));}

附件3:關閉按鈕圖標(popBtn.png)

更多關于jQuery相關內容感興趣的讀者可查看本站專題:《jQuery常用插件及用法總結》、《jquery中Ajax用法總結》、《jQuery表格(table)操作技巧匯總》、《jQuery拖拽特效與技巧總結》、《jQuery擴展技巧總結》、《jQuery常見經典特效匯總》、《jQuery動畫與特效用法總結》及《jquery選擇器用法總結

希望本文所述對大家jQuery程序設計有所幫助。

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 收藏| 姜堰市| 聂拉木县| 镇坪县| 榆林市| 天柱县| 沅陵县| 永安市| 皮山县| 喜德县| 宣化县| 华安县| 阳朔县| 高州市| 祥云县| 东台市| 开平市| 石城县| 合山市| 黑水县| 广丰县| 龙游县| 博野县| 嘉祥县| 通江县| 西乌珠穆沁旗| 桃园县| 鹿邑县| 福泉市| 新宁县| 金华市| 颍上县| 天津市| 任丘市| 长白| 丹棱县| 郎溪县| 新丰县| 仪陇县| 喀喇沁旗| 吉木乃县|