L'exemple de code ci-dessus avec les mods suivants fonctionnerait-il pour déclencher la fonction à une hauteur fixe à partir du bas ? ?
Ajouter :
var trigger = $('#postswrapper').height() - 250;
Et changez :
if (st >= 0.7*h && !loading && h > 500) {
à :
if ((st == trigger) && (!loading) && (h > 500)) {