A little context Here’s the situation. On the page we have checkboxes for selecting rows of data, and a button that performs an action on the selected rows. The action happens via an ajax POST back to the server. The POST requires a certain piece of data from each row be sent in the request, but […]