prova cosi usando jquery 1.7 o superiore
codice:$(document).ready(function(){ $("body").on("click", ".m", function(){ var id = $(this).attr("id").substr(2,1); $("#blocco"+id).toggle("slow"); }); });
prova cosi usando jquery 1.7 o superiore
codice:$(document).ready(function(){ $("body").on("click", ".m", function(){ var id = $(this).attr("id").substr(2,1); $("#blocco"+id).toggle("slow"); }); });
Cavicchi Andrea
Problemi con javascript, jquery, ajax clicca qui