Forums

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

Home Forums CSS Make img alt visible

  • This topic is empty.
Viewing 2 posts - 16 through 17 (of 17 total)
  • Author
    Posts
  • #252832
    alexnovelli
    Participant

    It’s solved! Instead of use jQuery(document).ready I use jQuery(window).load

    #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() ...
    
Viewing 2 posts - 16 through 17 (of 17 total)
  • The forum ‘CSS’ is closed to new topics and replies.