Lines Matching +full:runs +full:- +full:on
3 /* DOKUWIKI:include_once lightGallery/js/lg-fullscreen.min.js */
4 /* DOKUWIKI:include_once lightGallery/js/lg-thumbnail.min.js */
5 /* DOKUWIKI:include_once lightGallery/js/lg-video.min.js */
6 /* DOKUWIKI:include_once lightGallery/js/lg-autoplay.min.js */
7 /* DOKUWIKI:include_once lightGallery/js/lg-zoom.min.js */
8 /* !DOKUWIKI:include_once lightGallery/js/lg-hash.min.js */
9 /* !DOKUWIKI:include_once lightGallery/js/lg-pager.min.js */
13 * Initialize lightGallery for pg-show class
16 jQuery("ul.pg-show").lightGallery({
22 mode:"lg-fade",
33 Runs when the DOM is ready
35 jQuery(document).on('click', 'a.pg-start', function() {
36 var $pgid = '#' + jQuery(this).data('pg-id');
46 // Runs when complete page is fully loaded, including all frames, objects and images
50 // jQuery('img.pg-preload').each(function(index) {
55 // // jQuery('ul.pg-show').each(function(index) {