Difference between revisions of "Template:Northeastern Boston/Javascript"
(Created page with "$(document).ready(function() { $('#comingSoon').height($(window).height()); $('.button').on('click', function() { $('.content').toggleClass('isOpen'); }); });") |
|||
Line 1: | Line 1: | ||
+ | <html> | ||
+ | <script> | ||
+ | |||
$(document).ready(function() { | $(document).ready(function() { | ||
$('#comingSoon').height($(window).height()); | $('#comingSoon').height($(window).height()); | ||
Line 5: | Line 8: | ||
}); | }); | ||
}); | }); | ||
+ | |||
+ | </script> | ||
+ | </html> |
Revision as of 22:33, 28 June 2015