Fawkes commented on a Page, Scroll Append - Inifinite/Endless Scroll  -  Apr 16, 2012

Like twitter/facebook. Show More post's ?

oguzhan.kahyaoglu  -  Apr 18, 2013

By the way, your script does not work in IE7 and below due to the weird standarts of IE: an array option cannot end with a comma.

options:{
    pixelBuffer: 400,
    pageVar: 'p',
    expireCacheMins: 20,
    pagesToPause: 5,
    loadingImage: '/images/loading.gif',
    moreText: 'Show More',
    disableCache: false,
    footerClass: undefined,
    contentClass: undefined,
    footerSpeed: 400,
},

The last comma (around footerSpeed, line 75) is extra. Removing it fixes the issue : )

Hawkee  -  Apr 18, 2013

@oguzhan.kahyaoglu Thank you, that was not intentional.

Sign in to comment

Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.