$('ul').scroll(function () { if (this.scrollHeight - this.scrollTop === this.clientHeight) { alert('End'); } });