prettyPhoto加载浏览器刷新

时间:2011-08-17 21:43:17

标签: jquery prettyphoto

我使用prettyPhoto来显示画廊,YouTube和Flash,但是当我使用单张图片时,我遇到了“刷新”问题。当我点击缩略图时,prettyPhoto会打开,它会将#!prettyPhoto / 0 /追加到查询字符串。但是当prettyPhoto关闭时,它不会删除/ 0 /,因此刷新页面时会再次打​​开相同的图像。我查看了演示页面,它删除了/ 0 /。

我的代码不能再简单了。有关如何在刷新时删除/ 0 /或保持prettyPhoto加载的任何想法吗?

<link href="css/prettyPhoto.css" rel="stylesheet" type="text/css" media="all" lang="en" xml:lang="en" charset="utf-8" />
<script src="/js/jquery-1.4.4.min.js" type="text/javascript"></script>
<script src="/js/jquery.prettyPhoto.js" type="text/javascript" charset="utf-8"></script>
<a href="/templates/template9.jpg" rel="prettyPhoto" title="This is the description"><img src="/templates/template9.jpg" width="60" height="60" alt="This is the title" /></a>
<script type="text/javascript">
    $(document).ready(function(){
    $("a[rel^='prettyPhoto']").prettyPhoto({social_tools:false,theme:'light_rounded'});});
</script>

我的开发页面:http://www.sremarketing.com/untitled-3.html

1 个答案:

答案 0 :(得分:1)

我在新发行版(3.1.3)中使用了pp 3.1.2,这个问题已修复。