Monday, 9 September 2013

want to show wait gif while changing image source through jquery

want to show wait gif while changing image source through jquery

I have this code by which I am changing main image on click of thumbnails
$(".thumb").click(function() {
$("#mainimage").attr("src", $(this).attr("alt"));
});
I want to show wait gif while the news image loads. thanks

No comments:

Post a Comment