Dashboard
PHP:
8.0.30
OS:
Linux
User:
hoozgot
/
/
home
/
hoozgot
/
www
/
mountainpassions
/
!Backup
/
example-test
/
wp-content
/
themes
/
peakie-2016
/
js
📤 Upload
📝 New File
📁 New Folder
Close
Editing: scripts.js
//jQuery.noConflict(); jQuery(document).ready(function($) { $('.hamburger').click(function(event) { $('.nav ul').stop().toggle('slow'); }); function check_menu() { if (!$('.hamburger').is(':visible')) { $('.nav ul').css({ 'display': 'block' }); } else { $('.nav ul').css({ 'display': 'none' }); } } $(window).resize(function(event) { check_menu(); }); $('img').each(function() { $(this).removeAttr('width') $(this).removeAttr('height'); }); });
Save
Cancel