Dashboard
PHP:
8.0.30
OS:
Linux
User:
hoozgot
/
/
home
/
hoozgot
/
www
/
mountainpassions
/
winter
/
wp-content
/
themes
/
peakie-2015
/
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'); }); }); //Tabs function openResortinfo( 'The Ski Area', 'Resort Stats', 'The Ski Village', 'Accommodation', 'Best For') { var i, tabcontent, tablinks; tabcontent = document.getElementsByClassName("tabcontent"); for (i = 0; i < tabcontent.length; i++) { tabcontent[i].style.display = "none"; } tablinks = document.getElementsByClassName("tablinks"); for (i = 0; i < tablinks.length; i++) { tablinks[i].className = tablinks[i].className.replace(" active", ""); } document.getElementById('The Ski Area', 'Resort Stats', 'The Ski Village', 'Accommodation', 'Best For').style.display = "block"; evt.currentTarget.className += " active"; }
Save
Cancel