jqModal

详细资料察看:http://dev.iceburg.net/jquery/jqModal/

<link rel="stylesheet" type="text/css" href="js/jqModal.css"/>
<script type="text/javascript" src="js/jqModal.js"></script>
<script>
 $().ready(function() {
 
$('#dialog').jqm();
 
});

</script>

<span class="jqModal" >New</span>

 <div class="jqmWindow" id="dialog"><a href="#" class="jqmClose">Close</a>
 <hr />
 <h1>My Modal Box!</h1>
 我是模态窗
 </div>

下载

原文地址:https://www.cnblogs.com/ZhengGuoQing/p/2662789.html