Line 4: | Line 4: | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
$(".testtext").hide(); | $(".testtext").hide(); | ||
− | |||
− | |||
− | |||
$(window).scroll(function() { | $(window).scroll(function() { | ||
− | |||
− | |||
if($(window).scrollTop() + $(window).height() == $(document).height()) { | if($(window).scrollTop() + $(window).height() == $(document).height()) { | ||
− | $("#nugget"). | + | $("#nugget").fadeOut(); |
− | $(".testtext"). | + | $(".testtext").fadeIn(); |
− | + | ||
} | } | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
}); | }); | ||
+ | // else if (flag = true) { | ||
+ | // $("#nugget").show(); | ||
+ | // $(".testtext").hide(); | ||
+ | // flag = false; | ||
+ | //} | ||
+ | //}); | ||
// document.getElementbyId("nugget").style.opacity="0.5"; | // document.getElementbyId("nugget").style.opacity="0.5"; |
Revision as of 20:43, 8 August 2016