fredwu / jquery-endless-scroll

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

loader options doesn't work #11

Closed JeroenVdb closed 12 years ago

JeroenVdb commented 12 years ago

If I add a loader to my code it never shows up. I'm loading data from an ajax call (via callback). If I add the loader to your example it also doesn't work...

loader: "<li style='width:600px; height:200px; background-color:red'>LOADING !!!</li>",
joshangell commented 12 years ago

Yeah I'm having the same issue...any luck yet anyone?

mgartner commented 12 years ago

I'm having the same problem as well.

yablokoff commented 12 years ago

ths same unfortunately

abraham commented 12 years ago

Looks like it is getting added to the DOM but it does't appear to be visible. Each scroll is also leaving <div style="display: block; "></div> where the loading message was. After a few scrolls there are a bunch of them.

fredwu commented 12 years ago

Fixed and updated the demo to include the loader. :)