Sindbad~EG File Manager
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