jquery add to an array on click?
- by KittyYoung
I'm confused regarding each() and .each()... I think I need to use both, but I'm not sure how...
Basically, I have a series of checkboxes and when they're checked, I want to get the id of the closest table row and add it to an array that I can then serialize and pass to a function.
So, the html looks like this:
<tr…