Difference between revisions of "Template:Northeastern Boston/Javascript"

Line 3: Line 3:
  
 
$(document).ready(function() {
 
$(document).ready(function() {
$('#comingSoon').height($(window).height() - 16);
+
$('#comingSoon').height($(window).height());
$('.button').on('click', function() {
+
$('.content').toggleClass('isOpen');
+
});
+
 
});
 
});
  
 
</script>
 
</script>
 
</html>
 
</html>

Revision as of 02:40, 16 July 2015