JQueryModelDialog | jQuery pop-up layer | javascript pop-up layer

Source: Internet
Author: User
JQuery implements a simple modal dialog box dialog-model-mask # mask layer dialog-model-show # pop-up layer edge Dialog-model-text # pop-up layer textjQueryvarDialogDialog ||{}; dialog. showModelfunction (width, height, text) {varwdw $ (window ). width (); varwdh $ (window)

JQuery implements a simple modal dialog box dialog-model-mask # mask layer dialog-model-show # pop-up layer edge Dialog-model-text # pop-up layer text jQuery var Dialog = dialog | {}; dialog. showModel = function (width, height, text) {var wdw = $ (window ). width (); var wdh = $ (window)

JQuery implements a simple modal dialog box

Dialog-model-mask # mask Layer
Dialog-model-show # pop-up layer edge
Dialog-model-text # pop-up layer text jQuery
var Dialog = Dialog || {};Dialog.showModel = function (width, height, text){var wdw = $(window).width();var wdh = $(window).height();var left = Math.ceil((wdw - width)/2);var top = Math.ceil((wdh-height)/2)-Math.floor(height/3);var html = '

';html += '

';html += '

'+ text +'

';$(document.body).append(html);}Dialog.hideModel = function (){$("p#dialog-model-mask").hide();$("p#dialog-model-show").hide();$("p#dialog-model-text").hide();}

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.