Line 12: | Line 12: | ||
if($(window).scrollTop() + $(window).height() == $(document).height()) { | if($(window).scrollTop() + $(window).height() == $(document).height()) { | ||
− | $("#nugget"). | + | $("#nugget").hide(); |
− | $(".testtext"). | + | $(".testtext").show(); |
+ | flag = true; | ||
} | } | ||
}); | }); | ||
Line 20: | Line 21: | ||
//} | //} | ||
+ | |||
//var prop=0; | //var prop=0; |
Revision as of 20:24, 8 August 2016