Welcome Guest, Not a member yet? Register   Sign In
loading image while fetching data
#2

[eluser]Otemu[/eluser]
You could use beforeSend function to load the image

Code:
beforeSend: function() {
           ....load image
        },
success: function(testi){
    .... remove loading image
    $("#testimonials").html(testi);
   }


Messages In This Thread
loading image while fetching data - by El Forum - 06-28-2012, 02:45 AM
loading image while fetching data - by El Forum - 06-28-2012, 03:06 AM
loading image while fetching data - by El Forum - 06-28-2012, 03:11 AM



Theme © iAndrew 2016 - Forum software by © MyBB