2013-02-07 74 views

回答

0

您可能首先要確保你已經叫prettyPhoto腳本和樣式表在你的腦袋標籤

<script type="javascript" src="prettyPhoto/js/jquery.prettyPhoto.js" /> 
<link rel="stylesheet" href="prettyPhoto/css/prettyPhoto.css" /> 

那麼一定要包括包含您標記您的鏈接後,以下

<script type="text/javascript"> 
      jQuery(document).ready(function() 
      { 
       jQuery("a[rel^='prettyPhoto']").prettyPhoto(
       { 
        deeplinking: false 
       }); 
      }); 
     </script>