Posts by Henrique Ribeiro • 11 points
1 post
-
1
votes3
answers14211
viewsA: Pass data through POST with jquery
If the checkboxes are inside a form, you can send the date as follows data : $( "form" ).serialize(), So you don’t need that extra step to check the selected boxes before submitting the form.…