gpt4 book ai didi

javascript - Jquery PrettyPhoto 从 URL 中删除#prettyphoto

转载 作者:搜寻专家 更新时间:2023-11-01 04:54:58 26 4
gpt4 key购买 nike

我使用 prettyphoto 的 3.1.4 版本。 (http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/)。我想从 URL 中删除“#prettyphoto[iframe]/number/”。我已经设置了 deeplinking:false 但这没有帮助。我知道这可能是这些功能的问题:

function getHashtag(){url=location.href;hashtag=(url.indexOf('#prettyPhoto')!==-1)?decodeURI(url.substring(url.indexOf('#prettyPhoto')+1,url.length)):false;return hashtag;};
function setHashtag(){if(typeof theRel=='undefined')return;location.hash=theRel+'/'+rel_index+'/';};
function clearHashtag(){if(location.href.indexOf('#prettyPhoto')!==-1)location.hash="prettyPhoto";}

有什么想法吗?

最佳答案

这是我的代码,对我有用:

    <script type="text/javascript" charset="utf-8">
$(document).ready(function(){
$("a[rel^='prettyPhoto']").prettyPhoto({
social_tools:false,
deeplinking:false});
});
</script>

关于javascript - Jquery PrettyPhoto 从 URL 中删除#prettyphoto,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13417132/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com