我有这段代码:
<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('visited=flase') == -1) {
var fifteenDays = 1000*60*60*24*30;
var expires = new Date((new Date()).valueOf() + fifteenDays);
document.cookie = "visited=false;expires=" + expires.toUTCString();
$.colorbox({width:"400px", inline:true, href:"#mdfb"});
}
});
</script>
该代码适用于类似Facebook的框,当用户访问我的博客时会显示该框。我的博客是博主。我的问题是,每当用户看到其他帖子或刷新页面时,此jquery的灯箱会一次又一次出现。我希望它只出现在网站的主页上。我对jQuery一无所知。
答案 0 :(得分:1)
可能是所有的"
。将所有内容更改为"
。同时将&39;
更改为'