Forums

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

Home Forums JavaScript Show a particualr div after the entire page is displayed on the client machine. Reply To: Show a particualr div after the entire page is displayed on the client machine.

#238442
Shikkediel
Participant

I’d just use this instead :

$(window).on('load', function () {

This isn’t valid, .ready always applies to document even if another element is specified :

$('#instafeed').ready(function() {