H69UNtblNBNpha2dtB1Odn8qYp1Qk5NK2gi7yfceofo9N
/
home
/
ymswebso
/
public_html
/
arkisi
/
assets
/
js
/
Nama File / Folder
Size
Action
revolution_slider
--
NONE
custom.js
1.78KB
Hapus
Edit
Rename
<=Back
jQuery(function () { jQuery('[data-toggle="tooltip"]').tooltip() }) jQuery(document).ready(function(){ var owlWrap = jQuery('.owl-wrapper'); // checking if the dom element exists if (owlWrap.length > 0) { // check if plugin is loaded if (jQuery().owlCarousel) { owlWrap.each(function(){ var carousel= jQuery(this).find('.owl-carousel'), navigation = jQuery(this).find('.customNavigation'), nextBtn = navigation.find('.next'), prevBtn = navigation.find('.prev'), playBtn = navigation.find('.play'), stopBtn = navigation.find('.stop'); carousel.owlCarousel({ itemsCustom : [ [0, 1], [479, 2], [768, 3], [995, 4], [1200, 5] ], navigation : false, stopOnHover : true, autoPlay : 2000 }); // Custom Navigation Events nextBtn.click(function(){ carousel.trigger('owl.next'); }); prevBtn.click(function(){ carousel.trigger('owl.prev'); }); playBtn.click(function(){ owl.trigger('owl.play',1000); //owl.play event accept autoPlay speed as second parameter }); stopBtn.click(function(){ owl.trigger('owl.stop'); }); }); }; }; }); jQuery(function () { jQuery('[data-toggle="tooltip"]').tooltip() }) jQuery(document).ready(function(){ jQuery('.fancybox').fancybox(); jQuery('#myModal').modal({ keyboard: false, show:true, backdrop:"static", }); });
Liking