Posts by bryant • 33 points
1 post
-
3
votes2
answers1706
viewsQ: How to exchange the checkbox value with jquery
How do I exchange the value of checkbox when he is selected? Code done so far it shows me Object. $("#checkbox").change(function(){ var atual = $("#checkbox").val(); $("p").text(atual); // vamus…