X7ROOT File Manager
Current Path:
/home/magneti1/public_html/wp-content/themes/spacious/js
home
/
magneti1
/
public_html
/
wp-content
/
themes
/
spacious
/
js
/
ðŸ“
..
📄
customize-controls.js
(932 B)
📄
customize-controls.min.js
(528 B)
📄
customizer.js
(5.04 KB)
📄
elementor-custom.js
(695 B)
📄
html5shiv.js
(10.41 KB)
📄
html5shiv.min.js
(2.67 KB)
📄
jquery.countTo.js
(3.8 KB)
📄
jquery.countTo.min.js
(1.96 KB)
📄
jquery.cycle2.js
(49.21 KB)
📄
jquery.cycle2.min.js
(22.42 KB)
📄
jquery.cycle2.swipe.js
(2.82 KB)
📄
jquery.cycle2.swipe.min.js
(1.21 KB)
📄
navigation.js
(8.54 KB)
📄
skip-link-focus-fix.js
(719 B)
📄
spacious-custom.js
(2.56 KB)
📄
waypoints.js
(16.91 KB)
📄
waypoints.min.js
(7.86 KB)
Editing: elementor-custom.js
/** * @description Spacious custom javascript functions * @author ThemeGril */ /*=============================== = Counter = ===============================*/ jQuery( window ).on( 'elementor/frontend/init', function () { elementorFrontend.hooks.addAction( 'frontend/element_ready/widget', function ( $scope ) { // Counter if ( ( typeof jQuery.fn.waypoint !== 'undefined' ) && ( typeof jQuery.fn.countTo !== 'undefined' ) ) { $scope.waypoint( function ( direction ) { if ( 'down' === direction ) { $scope.find( '.counter__number' ).countTo(); } }, { triggerOnce: true, offset : '80%' } ); } } ); } );
Upload File
Create Folder