【发布时间】:2012-11-05 05:03:01
【问题描述】:
我使用 3.1.4 版的 prettyphoto。 (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";}
有什么想法吗?
【问题讨论】:
-
+1。 #prettyphoto 附加到 URL 是#prettyAnnoying!
标签: javascript jquery wordpress plugins