jquery.reveal弹出框

 一款js弹出框,嵌入其它页面;

引用:

<script src="../../js/jquery.reveal.js" type="text/javascript"></script>
<link href="../../style/reveal.css" rel="stylesheet" type="text/css" />

例子:

<a data-reveal-id="myBModalDailyModify<%#Eval("DailyNewBID").ToString()%>" data-animation="fade" title="编辑">编辑</a>
<div style="position: fixed">
<div id="myBModalDailyModify<%#Eval("DailyNewBID").ToString()%>" class="reveal-modal">
<iframe frameborder="no" style="padding-top: 30px" width="860" height="408px" src="../D_DailyNewB/Modify.aspx?id=<%#Eval("DailyNewBID").ToString()%>">
</iframe>
<a class="close-reveal-modal" onclick="window.location.href='Add.aspx?id=<%=this.GetDailyId()%>'">
×</a>
</div>
</div>

 

posted @ 2015-12-30 08:43  我_爱编程  阅读(1873)  评论(0编辑  收藏  举报