如何仅在博客博客的主页上显示灯箱?

时间:2012-01-16 14:37:38

标签: javascript jquery html css lightbox

我有这段代码:

<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js'/>

     <script src='https://gj37765.googlecode.com/svn/trunk/html/[www.gj37765.blogspot.com]jquery.colorbox-min.js'/>
 <link href='https://gj37765.googlecode.com/svn/trunk/html/%5Bwww.gj37765.blogspot.com%5Dfbpopup.css' rel='stylesheet' type='text/css'/>
 <script type='text/javascript'>
     jQuery(document).ready(function(){
        if (document.cookie.indexOf(&#39;visited=flase&#39;) == -1) {
            var fifteenDays = 1000*60*60*24*30;
            var expires = new Date((new Date()).valueOf() + fifteenDays);
            document.cookie = &quot;visited=false;expires=&quot; + expires.toUTCString();
        $.colorbox({width:&quot;400px&quot;, inline:true, href:&quot;#mdfb&quot;});
            }
     });
     </script>

该代码适用于类似Facebook的框,当用户访问我的博客时会显示该框。我的博客是博主。我的问题是,每当用户看到其他帖子或刷新页面时,此jquery的灯箱会一次又一次出现。我希望它只出现在网站的主页上。我对jQuery一无所知。

1 个答案:

答案 0 :(得分:1)

可能是所有的&quot;。将所有内容更改为"。同时将&39;更改为'