window.addEventListener('load', function(event) { // Code to execute after the entire page has loaded console.log('The entire page and all resources have fully loaded.'); });
jQuery(window).on('load resize', function() { // Run on load and window resize var highest = 0; var items = $('.plan-inside'); console.log('matching'); items.each(function() { // Reset height to auto to recalculate tallest on resize $(this).height('auto'); if ($(this).outerHeight() > highest) { highest = $(this).outerHeight(); } });
items.height(highest);
highest = 0; var items = $('.dom'); console.log('matching'); items.each(function() { // Reset height to auto to recalculate tallest on resize $(this).height('auto'); if ($(this).outerHeight() > highest) { highest = $(this).outerHeight(); } });
items.height(highest);
});
jQuery(document).ready(function ($) {
console.log('jquery loaded');
$("#b1").hover(function () { $("#feature2").fadeOut('fast').queue(function(done) { $("#feature3").fadeOut('fast'); $("#feature4").fadeOut('fast'); $("#feature5").fadeOut('fast'); $("#feature6").fadeOut('fast'); $("#feature7").fadeOut('fast'); $("#feature8").fadeOut('fast'); $("#feature9").fadeOut('fast'); $("#feature1").fadeIn('slow'); done(); }) });
$("#b2").hover(function () { $("#feature1").fadeOut('fast').queue(function(done) { $("#feature3").fadeOut('fast'); $("#feature4").fadeOut('fast'); $("#feature5").fadeOut('fast'); $("#feature6").fadeOut('fast'); $("#feature7").fadeOut('fast'); $("#feature8").fadeOut('fast'); $("#feature9").fadeOut('fast'); $("#feature2").fadeIn('slow'); done(); }) });
$("#b3").hover(function () { $("#feature1").fadeOut('fast').queue(function(done) { $("#feature2").fadeOut('fast'); $("#feature4").fadeOut('fast'); $("#feature5").fadeOut('fast'); $("#feature6").fadeOut('fast'); $("#feature7").fadeOut('fast'); $("#feature8").fadeOut('fast'); $("#feature9").fadeOut('fast'); $("#feature3").fadeIn('slow'); done(); }) });
$("#b4").hover(function () { $("#feature1").fadeOut('fast').queue(function(done) { $("#feature2").fadeOut('fast'); $("#feature3").fadeOut('fast'); $("#feature5").fadeOut('fast'); $("#feature6").fadeOut('fast'); $("#feature7").fadeOut('fast'); $("#feature8").fadeOut('fast'); $("#feature9").fadeOut('fast'); $("#feature4").fadeIn('slow'); done(); }) });
$("#b5").hover(function () { $("#feature1").fadeOut('fast').queue(function(done) { $("#feature2").fadeOut('fast'); $("#feature3").fadeOut('fast'); $("#feature4").fadeOut('fast'); $("#feature6").fadeOut('fast'); $("#feature7").fadeOut('fast'); $("#feature8").fadeOut('fast'); $("#feature9").fadeOut('fast'); $("#feature5").fadeIn('slow'); done(); }) });
$("#b6").hover(function () { $("#feature1").fadeOut('fast').queue(function(done) { $("#feature2").fadeOut('fast'); $("#feature3").fadeOut('fast'); $("#feature4").fadeOut('fast'); $("#feature5").fadeOut('fast'); $("#feature7").fadeOut('fast'); $("#feature8").fadeOut('fast'); $("#feature9").fadeOut('fast'); $("#feature6").fadeIn('slow'); done(); }) });
$("#b7").hover(function () { $("#feature1").fadeOut('fast').queue(function(done) { $("#feature2").fadeOut('fast'); $("#feature3").fadeOut('fast'); $("#feature4").fadeOut('fast'); $("#feature5").fadeOut('fast'); $("#feature6").fadeOut('fast'); $("#feature8").fadeOut('fast'); $("#feature9").fadeOut('fast'); $("#feature7").fadeIn('slow'); done(); }) });
$("#b8").hover(function () { $("#feature1").fadeOut('fast').queue(function(done) { $("#feature2").fadeOut('fast'); $("#feature3").fadeOut('fast'); $("#feature4").fadeOut('fast'); $("#feature5").fadeOut('fast'); $("#feature6").fadeOut('fast'); $("#feature7").fadeOut('fast'); $("#feature9").fadeOut('fast'); $("#feature8").fadeIn('slow'); done(); }) });
$("#b9").hover(function () { $("#feature1").fadeOut('fast').queue(function(done) { $("#feature2").fadeOut('fast'); $("#feature3").fadeOut('fast'); $("#feature4").fadeOut('fast'); $("#feature5").fadeOut('fast'); $("#feature6").fadeOut('fast'); $("#feature7").fadeOut('fast'); $("#feature8").fadeOut('fast'); $("#feature9").fadeIn('slow'); done(); }) });
});
