This example describes the jquery implementation click Popup Div Layer window effect. Share to everyone for your reference. Specifically as follows:
This is a jquery implementation can be dragged off the pop-up box effect, the Internet has a lot of similar effects, the Web page to achieve this effect is not difficult, and now have jquery let us use, more convenient, this code demonstrates in the CSS code, JavaScript code and HTML combination of the case, how to implement a closed pop-up window, the mouse click on the Close button to turn it off, and then show the Open button, click the button that pops up this layer window.
The screenshot of the running effect is as follows:
The online demo address is as follows:
http://demo.jb51.net/js/2015/js-close-able-alert-dlg-style-codes/
The specific code is as follows:
<! DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 transitional//en" "Http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd ">
I hope this article will help you with your jquery programming.