Jquery ile sayfa sonuna geldiğinde 1-2 sn yazı gösterme |
2 Mesajlar | 1.116 Okunma |
Profesyonel WordPress Temaları - temapazari.com
if ( document.documentElement.clientHeight +
$(document).scrollTop() >= document.body.offsetHeight )
{
// Display alert or whatever you want to do when you're
// at the bottom of the page.
alert("You're at the bottom of the page.");
}