fredwu / jquery-endless-scroll

Endless/infinite scrolling/pagination.
http://fredwu.github.com/jquery-endless-scroll/
837 stars 175 forks source link

Not working on Internet Explorer 7 + 8 #7

Closed stijink closed 12 years ago

stijink commented 12 years ago

Hi Fred,

first of all thank you for this great plugin. Works fine for me. When testing my ongoing developement i noticed that the plugin is not working with Internet Explorer 7 + 8. Maybe you have an idea about this issue.

For my development these browsers are still "mission critial", since a lot of users are still using them.

christianhaller commented 12 years ago

for IE6/IE7

use $(window).endlessScroll()

instead of $(document).endlessScroll()

stijink commented 12 years ago

Thanks. Bugfix provided.