$(document).ready(function () { var chkPreview = window.location.hostname.match(/^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$/); if (!chkPreview) { switch (window.location.protocol) { case 'http:': window.location.href = 'https://' + window.location.host + window.location.pathname + window.location.search; break; case 'https:': break; case 'file:': window.location.href = 'https://' + window.location.host + window.location.pathname + window.location.search; break; default: window.location.href = 'https://' + window.location.host + window.location.pathname + window.location.search; } } var htmlStr = '\
\

\ 兵庫県立芸術文化センター\

\ \ \

\ \
\ '; //document.getElementById('header').innerHTML = html; $('#header').html(htmlStr); $('a.menu-language').on('click', function () { if ($(this).closest('.drop-menu').hasClass('on')) { $(this).closest('.drop-menu').removeClass('on'); } else { $(this).closest('.drop-menu').addClass('on'); } }); });