load send ajax loading

  1. emanuelevt

    Live che contiene post come faccio a fare vedere loading?

    Salve, ho realizzato questo piccolo script: $(".prodotti").live("click",function(e){ f=$(this).attr('rel'); $.post("file2.php", { nome: f }, function(msg){ $("#testo").html(msg); $("#testo").cycle(); }); e.preventDefault(); }); il problema è che vorrei far visualizzare un...