Sh3ll
OdayForums


Server : LiteSpeed
System : Linux premium84.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
User : claqxcrl ( 523)
PHP Version : 8.1.32
Disable Function : NONE
Directory :  /home/claqxcrl/askdragao.com/wp-content/themes/sirat/assets/js/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //home/claqxcrl/askdragao.com/wp-content/themes/sirat/assets/js/custom.js
function sirat_menu_open_nav() {
	window.sirat_responsiveMenu=true;
	jQuery(".sidenav").addClass('show');
}
function sirat_menu_close_nav() {
	window.sirat_responsiveMenu=false;
 	jQuery(".sidenav").removeClass('show');
}

jQuery(function($){
 	"use strict";
   	jQuery('.main-menu > ul').superfish({
		delay:       500,
		animation:   {opacity:'show',height:'show'},  
		speed:       'fast'
   	});
});

jQuery(document).ready(function () {
	window.sirat_currentfocus=null;
  	sirat_checkfocusdElement();
	var sirat_body = document.querySelector('body');
	sirat_body.addEventListener('keyup', sirat_check_tab_press);
	var sirat_gotoHome = false;
	var sirat_gotoClose = false;
	window.sirat_responsiveMenu=false;
 	function sirat_checkfocusdElement(){
	 	if(window.sirat_currentfocus=document.activeElement.className){
		 	window.sirat_currentfocus=document.activeElement.className;
	 	}
 	}
 	function sirat_check_tab_press(e) {
		"use strict";
		// pick passed event or global event object if passed one is empty
		e = e || event;
		var activeElement;

		if(window.innerWidth < 999){
		if (e.keyCode == 9) {
			if(window.sirat_responsiveMenu){
			if (!e.shiftKey) {
				if(sirat_gotoHome) {
					jQuery( ".main-menu ul:first li:first a:first-child" ).focus();
				}
			}
			if (jQuery("a.closebtn.mobile-menu").is(":focus")) {
				sirat_gotoHome = true;
			} else {
				sirat_gotoHome = false;
			}

		}else{

			if(window.sirat_currentfocus=="responsivetoggle"){
				jQuery( "" ).focus();
			}}}
		}
		if (e.shiftKey && e.keyCode == 9) {
		if(window.innerWidth < 999){
			if(window.sirat_currentfocus=="header-search"){
				jQuery(".responsivetoggle").focus();
			}else{
				if(window.sirat_responsiveMenu){
				if(sirat_gotoClose){
					jQuery("a.closebtn.mobile-menu").focus();
				}
				if (jQuery( ".main-menu ul:first li:first a:first-child" ).is(":focus")) {
					sirat_gotoClose = true;
				} else {
					sirat_gotoClose = false;
				}
			
			}else{

			if(window.sirat_responsiveMenu){
			}}}}
		}
	 	sirat_checkfocusdElement();
	}
});

(function( $ ) {
	jQuery(document).ready(function () {
		$(window).scroll(function () {
		    if ($(this).scrollTop() > 100) {
		        $('.scrollup').fadeIn();
		    } else {
		        $('.scrollup').fadeOut();
		    }
		});
		$('.scrollup').click(function () {
		    $("html, body").animate({
		        scrollTop: 0
		    }, 600);
		    return false;
		});
	});

	jQuery('document').ready(function($){
	    setTimeout(function () {
    		jQuery("#preloader").fadeOut("slow");
	    },1000);
	});
	
	$(window).scroll(function(){
		var sticky = $('.header-sticky'),
			scroll = $(window).scrollTop();

		if (scroll >= 100) sticky.addClass('header-fixed');
		else sticky.removeClass('header-fixed');
	});
})( jQuery );

jQuery(document).ready(function () {
	  function sirat_search_loop_focus(element) {
	  var sirat_focus = element.find('select, input, textarea, button, a[href]');
	  var sirat_firstFocus = sirat_focus[0];  
	  var sirat_lastFocus = sirat_focus[sirat_focus.length - 1];
	  var KEYCODE_TAB = 9;

	  element.on('keydown', function sirat_search_loop_focus(e) {
	    var isTabPressed = (e.key === 'Tab' || e.keyCode === KEYCODE_TAB);

	    if (!isTabPressed) { 
	      return; 
	    }

	    if ( e.shiftKey ) /* shift + tab */ {
	      if (document.activeElement === sirat_firstFocus) {
	        sirat_lastFocus.focus();
	          e.preventDefault();
	        }
	      } else /* tab */ {
	      if (document.activeElement === sirat_lastFocus) {
	        sirat_firstFocus.focus();
	          e.preventDefault();
	        }
	      }
	  });
	}
	jQuery('.search-box span a').click(function(){
        jQuery(".serach_outer").slideDown(1000);
    	sirat_search_loop_focus(jQuery('.serach_outer'));
    });

    jQuery('.closepop a').click(function(){
        jQuery(".serach_outer").slideUp(1000);
    });
});

ZeroDay Forums Mini