$(window).scroll(function () {
if ($(window).scrollTop() == $(document).height() - $(window).height()) {
alert('bottom!!');
}
});
$(window).scroll(function () {
if ($(window).scrollTop() == $(document).height() - $(window).height()) {
alert('bottom!!');
}
});