403Webshell
Server IP : 15.235.198.142  /  Your IP : 216.73.216.14
Web Server : Apache/2.4.58 (Ubuntu)
System : Linux ballsack 6.8.0-45-generic #45-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 30 12:02:04 UTC 2024 x86_64
User : www-data ( 33)
PHP Version : 8.3.6
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/craft/wp-content/plugins/ocean-extra/includes/panel/assets/js/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/craft/wp-content/plugins/ocean-extra/includes/panel/assets/js/scripts.js
var $j = jQuery.noConflict();

$j(document).ready(function(e) {

	// Switcher buttons
	(function () {
		// Cache selector to all items
		var $items 				= $j( '.oceanwp-modules .modules-inner' ).find( '.column-wrap' ),
			fadeoutClass 		= 'is-fadeout',
			fadeinClass 		= 'is-fadein',
			animationDuration 	= 200;

		// Hide all items.
		var fadeOut = function () {
			var dfd = jQuery.Deferred();

			$items.addClass( fadeoutClass );

			setTimeout( function() {
				$items.removeClass( fadeoutClass ).hide();

				dfd.resolve();
			}, animationDuration );

			return dfd.promise();
		};

		var fadeIn = function ( type, dfd ) {
			var filter = type ? '[data-type*="' + type + '"]' : 'div';

			if ( 'all' === type ) {
				filter = 'div';
			}

			$items.filter( filter ).show().addClass( 'is-fadein' );

			setTimeout( function() {
				$items.removeClass( fadeinClass );

				dfd.resolve();
			}, animationDuration );
		};

		var animate = function ( type ) {
			var dfd = jQuery.Deferred();

			var promise = fadeOut();

			promise.done( function () {
				fadeIn( type, dfd );
			} );

			return dfd;
		};

		$j( '.oceanwp-modules .btn-switcher li a' ).on( 'click', function( event ) {
			event.preventDefault();

			// Remove 'active' class from the previous nav list items.
			$j( this ).parent().siblings().removeClass( 'active' );

			// Add the 'active' class to this nav list item.
			$j( this ).parent().addClass( 'active' );

			var type = this.hash.slice(1);

			// show/hide the right items, based on type selected
			var promise = animate( type );

			promise.done();
		} );

		$j( document ).on( 'click', '#owp-switch-all', function() {
			if ( $j( this ).is( ':checked' ) ) {
			    $j( this ).closest( '.oceanwp-modules' ).find( 'input.owp-checkbox' ).prop( 'checked', true );
			} else {
			    $j( this ).closest( '.oceanwp-modules' ).find( 'input.owp-checkbox' ).prop( 'checked', false );
			}
		} );
	}());

} );

Youez - 2016 - github.com/yon3zu
LinuXploit