Jquery ajax – collect all the values of all checboxes to pass through ajax
I want to get all the values of the checkboxes that are checked, in a string that I can pass through ajax. <input value="1" class="customer" type="checkbox"> <input value="2" class="customer" type="checkbox"> <input value="3" class="customer" type="checkbox"> <input value="4" class="customer" type="checkbox"> <input value="5"…