Lines Matching refs:prettyPhoto

9 	$.prettyPhoto = {version: '3.1.7'};  class in $
11 $.fn.prettyPhoto = function(pp_settings) { function
120 $.prettyPhoto.changePage('previous');
124 $.prettyPhoto.changePage('next');
129 $.prettyPhoto.close();
142 $.prettyPhoto.initialize = function() {
169 $.prettyPhoto.open();
181 $.prettyPhoto.open = function(event) {
260 $.prettyPhoto.close();
381 $.prettyPhoto.changePage = function(direction){
401 _hideContent(function(){ $.prettyPhoto.open(); });
409 $.prettyPhoto.changeGalleryPage = function(direction){
433 $.prettyPhoto.startSlideshow = function(){
436 $.prettyPhoto.stopSlideshow();
439 pp_slideshow = setInterval($.prettyPhoto.startSlideshow,settings.slideshow);
441 $.prettyPhoto.changePage('next');
449 $.prettyPhoto.stopSlideshow = function(){
451 $.prettyPhoto.startSlideshow();
462 $.prettyPhoto.close = function(){
465 $.prettyPhoto.stopSlideshow();
531 if(settings.autoplay_slideshow && !pp_slideshow && !pp_open) $.prettyPhoto.startSlideshow();
739 $.prettyPhoto.changeGalleryPage(goToPage);
781 $.prettyPhoto.changeGalleryPage('next');
782 $.prettyPhoto.stopSlideshow();
787 $.prettyPhoto.changeGalleryPage('previous');
788 $.prettyPhoto.stopSlideshow();
805 $.prettyPhoto.changePage(i);
806 $.prettyPhoto.stopSlideshow();
817 $.prettyPhoto.startSlideshow();
831 if(!settings.modal) $.prettyPhoto.close();
834 $('a.pp_close').bind('click',function(){ $.prettyPhoto.close(); return false; });
848 _hideContent(function(){ $.prettyPhoto.open(); });
855 $.prettyPhoto.changePage('previous');
856 $.prettyPhoto.stopSlideshow();
861 $.prettyPhoto.changePage('next');
862 $.prettyPhoto.stopSlideshow();
883 …return this.unbind('click.prettyphoto').bind('click.prettyphoto',$.prettyPhoto.initialize); // Ret…