我使用的是prettyphoto 3.1.4版本。 (http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/)。我想從URL中刪除「#prettyphoto [iframe]/number /」。我設置了深層鏈接:false,但這沒有幫助。我知道這可能是來自這些功能的問題:Jquery PrettyPhoto從URL中刪除#prettyphoto
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";}
任何想法?
有人請嗎? – Pascut
+1。將#prettyphoto添加到網址#prettyAnnoying! –