Posts by Luciano • 11 points
1 post
-
1
votes2
answers326
viewsQ: Form does not commit because of jquery’s $("#div"). attr("disabled",true); command. What to do to resolve?
$("#button").click(function(){ $("#button").attr("disabled",true); $("#button").animate({opacity:0.2}); var nome = $("#nome").val(); var telefone = $("#tel").val(); var email = $("#email").val();…