File Editor
Directories:
.. (Back)
carouFredSel-6.2.1
Files:
bootstrap.js
enigma-footer-script.js
enigma-scroll.js
enigma-theme-script.js
jquery.photobox.js
menu.js
scroll.js
scrollReveal.js
smoothscroll.js
upload-media.js
waypoints.js
Create New File
Create
Edit File: menu.js
jQuery(document).ready(function() { if( jQuery(window).width() > 767) { jQuery('.nav li.dropdown').hover(function() { jQuery(this).addClass('open'); }, function() { jQuery(this).removeClass('open'); }); jQuery('.nav li.dropdown-submenu').hover(function() { jQuery(this).addClass('open'); }, function() { jQuery(this).removeClass('open'); }); } jQuery('li.dropdown').find('.fa-angle-down').each(function(){ jQuery(this).on('click', function(){ if( jQuery(window).width() < 767) { jQuery(this).parent().next().slideToggle(); } return false; }); }); });
Save Changes
Rename File
Rename