colorbox 應用

//去除自帶close按鈕

$.colorbox({href:"mailboxActivate.htm",overlayClose:false,onLoad: function() {

          $('#cboxClose').remove();
         }},function(){
         document.getElementById("alemail").innerHTML = data.alemail;
         document.getElementById("offemail").href = "http://"+data.offemail;
         }

         );


//替換alert彈出框

<link  href="/web/colorbox.css" rel="stylesheet" type="text/css" />

<script src="/web/jquery/jquery.colorbox-min.js" type="text/javascript"></script>


$.colorbox({href:"#inline_content",inline:true,overlayClose:false, width:"25%", onClosed: function(){
                                        location.href = "/web/index.htm";
                                    }
                                });


<div style='display:none'>
            <div id='inline_content' style='padding:10px; background:#fff;'>
                <p><strong>請先登錄</strong></p>
            </div>
        </div>

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章