1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-20 03:41:38 +02:00

add: public interface to jump between slides

This commit is contained in:
Felipe Valverde
2017-01-29 16:01:08 -05:00
parent 2127a04363
commit 0148cb0405
2 changed files with 10 additions and 0 deletions

View File

@@ -363,6 +363,11 @@ jQuery(document).ready(function($){
jQuery("#"+tab_id).addClass('current');
});
/* jQuery plugin */
$.WebSlides = function () {};
/* Public goToSlide */
$.WebSlides.goToSlide = goToSlide;
});
// Prototype better, faster. To show the grid/baseline.png, press Enter on keyboard

View File

@@ -407,6 +407,11 @@ jQuery(document).ready(function($){
jQuery("#"+tab_id).addClass('current');
});
/* jQuery plugin */
$.WebSlides = function () {};
/* Public goToSlide */
$.WebSlides.goToSlide = goToSlide;
});
// Prototype better, faster. To show the grid/baseline.png, press Enter on keyboard