hi my frined u know i have this

$(document).on('ready',function(){
    //$("nav div ul li ul li a").on('click',function(e){
      // $("#contenido").load('vistas/' + $(this).attr('id') + '.php');
      //});




       $("#contenido").load('vistas/ayuda.php');
$(".menu").on('click',function(){
   $("#contenido").load('vistas/' + $(this).attr('id') + '.php');

});


});

but i just wanna show a image.gif  before load and when the page be load
the image hides like next

 $("#cargando").show();




2013/5/13 Chrystopher Medina <[email protected]>

> Thanks my friend I will keep investigating about that.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to