prettyPhoto 的使用

阅读更多

“You can also open galleries using the API, just pass arrays to the open function.”

api_images = ['images/fullscreen/image1.jpg','images/fullscreen/image2.jpg','images/fullscreen/image3.jpg'];

api_titles = ['Title 1','Title 2','Title 3'];

api_descriptions = ['Description 1','Description 2','Description 3'] $.prettyPhoto.open(api_images,api_titles,api_descriptions);

 

动态加载的:

 

 

 

//文本点击加载图片

 

 

摘自网站上的内容:

保存HTML格式就可以浏览了,要把加载项放进来就可以了.

 

    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

   
        使用jQuery框架的prettyPhoto图片特效 - js代码站
       
       
       
       
       
       
       
   
   
       
            Ajax content 


       
       


       
       

API calls


       

No title, no description


       

       
       

Gallery


       

       

Gallery 2


       

       

Picture alone


       
       
       

Flash


       
       
       

Flash alone


       
       
       

Youtube video


       
       
       

Vimeo video


       
       
       

Movies (.mov)


       
       
       

Movies (.mov) alone


       
       
       

Unusual sizes


       
       
       

Iframe


       
       
       

Mixed gallery


       
       
       

Inline content


       
       
               
       
       
       
       
   


使用jQuery框架的prettyPhoto图片特效  【使用说明】




js代码站,转载请注明出处。 本代码仅限于学习交流,请勿用于商业用途!





你可能感兴趣的:(javascript,ajax,jquery)