Managed to trigger Simply Gallery on Ajax but with some issues
-
Hello,
Can you help me figure out whats wrong on this calling?
Original
window.addEventListener("load", function () { window.PGC_SGB.searcher.searchBlocks(); }));
Ajax Load Callback Function
window.almComplete = function(alm) { window.PGC_SGB.searcher.searchBlocks(); };
The problem I’m facing is that the gallery loads on the first scrolling post but not on the next ones.
So I’m wondering if that calling is missing something…
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Managed to trigger Simply Gallery on Ajax but with some issues’ is closed to new replies.