Forums

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

Home Forums CSS Make img alt visible Reply To: Make img alt visible

#252833
Shikkediel
Participant

That’s not really a contemporary solution though, .load in that way is deprecated. This is now the preferred method:

jQuery(window).on('load', function() ...