BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
home
/
imagivibe
/
www
/
wp-content
/
plugins
/
porto-functionality
/
shortcodes
/
assets
/
js
📤 Upload
📝 New File
📁 New Folder
Close
Editing: hotsport-carousel.js
/* * Integrate Hotspot with Carousel */ ( function( $ ) { $( document ).on( 'click', '.porto-hotspot.porto-hs-owl', function() { var $this = $(this), options = $this.data('hs-owl'); $( options['selector'] ).trigger( 'to.owl.carousel', [options['order'], 300, true] ); } ); } )( jQuery );
Save
Cancel