Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript show/hide Reply To: show/hide

#240813
Shikkediel
Participant

Looks to me it’s all JS driven, it’s just that the page it gets the content from has a .php extension. But that’s rather trivial and not the essence of the function itself, it could be a .html page too.

function mobile_feed_next(o) {
    $('#MOBILE_FEED_INNER').html('Loading mobile feed').load(URL_ROOT + '_INCL/loadMobileFeed.php?o=' + o);
}