Sindbad~EG File Manager

Current Path : /home/copmadinaarea/public_html/wp-content__80fcb17/plugins/iwapppress/js/
Upload File :
Current File : /home/copmadinaarea/public_html/wp-content__80fcb17/plugins/iwapppress/js/iWappPress-custom.js

(function($){ 
"use strict";
	jQuery(document).ready(function($){
		/* prepend menu icon */
		jQuery('#nav-wrap').prepend('<div id="menu-icon">Menu</div>');
		/* toggle nav */
		jQuery("#menu-icon").on("click", function(){
			jQuery("#nav").slideToggle();
			jQuery(this).toggleClass("active");
		});
		
		 jQuery('.tabs .tab-links a').on('click', function(e)  {
			var currentAttrValue = jQuery(this).attr('href');
			// Show/Hide Tabs
			jQuery('.tabs ' + currentAttrValue).show().siblings().hide();
			// Change/remove current tab to active
			jQuery(this).parent('li').addClass('active').siblings().removeClass('active');
			e.preventDefault();
		});
		
		jQuery('#toggle-view-ios span,#toggle-view-ios h3').on('click',function () {
		//$('#toggle-view-ios h3').click(function () {
			var text = jQuery(this).siblings('div.panel');
			if (text.is(':hidden')) {
				text.slideDown('200');
				jQuery(this).siblings('span').html('<img src="'+down_img+'" alt="down-arrow"/> ');
			} else {
				text.slideUp('200');	
				jQuery(this).siblings('span').html('<img src="'+up_img+'" alt="up-arrow"/> ');			
			}
		});
		
	});
})(jQuery);

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists