I have checkboxes on my page for which I would like to send their state back to the database via ajax. I know how to use jquery with ajax, but I don\'t know how to get the chec
Adding back in the change event to the merged solution. Want this to fire every time checkbox is changed.