$(window).load(function() {
     $("img.thumb").addClass("visible");
});

will do what you are after

Reply via email to