详细资料察看: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" >Close</a>
 <hr />
 <h1>My Modal Box!</h1>
 我是模态窗
 </div>

下载

相关文章:

猜你喜欢
  • 2021-09-17
  • 2021-12-04
  • 2021-12-04
  • 2022-12-23
  • 2021-09-26
  • 2022-12-23
相关资源
相似解决方案