Sindbad~EG File Manager

Current Path : /var/www/ispania.gr/templates/rslibro/js/
Upload File :
Current File : /var/www/ispania.gr/templates/rslibro/js/menu-delay.js

jQuery(document).ready(function($) {
	var window_w = $(window).width();
	
	if (window_w >= 980) {
		$('.dropdown').hover(function() {
			$(this).find('.dropdown-menu').first().stop(true, true).css('display', 'block');
		}, function () {
			$(this).find('.dropdown-menu').first().stop(true, true).delay(200).queue(function(next) {
				$(this).css('display', 'none');
				next();
			});
		});
		$('.dropdown-submenu').hover(function() {
			$(this).find('.dropdown-menu').first().stop(true, true).css('display', 'block');
		}, function () {
			$(this).find('.dropdown-menu').first().stop(true, true).delay(200).queue(function(next) {
				$(this).css('display', 'none');
				next();
			});
		});
	}
});

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