首页 > 代码库 > 一种关闭按钮

一种关闭按钮

 

<div class="popup pr" id="divlist">    <a class="close" href="javascript:modalclose()">X</a>    <table class="tabbox" width="100%" border="0" cellspacing="1" cellpadding="0">        <tbody><tr>            <td width="31%"><strong>用户名</strong></td>            <td width="43%"><strong>海之力</strong></td>            <td width="26%"><strong>获得时间</strong></td>        </tr>    </tbody></table>    <div class="pager">        <!--ASP.NET MvcPager 1.4 for ASP.NET MVC 2.0 版权所有:陕西省吴起县博杨计算机有限公司 (http://www.webdiyer.com)-->    </div></div>

  class = "close" 公用方法。

function modalclose(){

&.modal.close();

}

 



            function modalclose() {
                $.modal.close();
            }