私は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";}
何か案が?