March 13, 2010

jQuery, Dealing with Checkboxes

This post will show you how to get checkbox values with jQuery and how to set checkbox values with jQuery. In my application I wanted to have two checkboxes and when one box was unchecked to check the other checkbox (to always keep one check box checked) But I didn’t want to use radio buttons. [...]