fredwu / jquery-endless-scroll

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

Changed the usage instruction to be IE friendly #10

Closed mcclellanmj closed 12 years ago

mcclellanmj commented 12 years ago

Spent an hour trying to figure out why this wasn't working in IE, everything looked fine but didn't think until later about $(document).scroll not acting properly in IE. $(window) seems to work well in all browsers, and android mobile phones.