The jQuery radio Selector selects all elements of type radio.
A simple way to tell if a checkbox has been checked using jQuery.
Continue reading about How to tell if a checkbox is checked using jQuery
jQuery – Checkbox manipulation provides you with various plugins for working with checkboxes.
jQuery custom styled checkbox alows to create custom css styled checkboxes (and radio buttons, too). It is a replacement for the standard checkbox that allows you to change the look of checkbox elements in your page.
jQuery is a Javascript framework which can simplify coding Javascript for a website and removes a lot of cross browser compatibility issues. Yesterday I looked at how to get and set form element values with jQuery but did not deal with checkboxes. This post looks at how to tell if an HTML form checkbox is checked or not checked with jQuery and then how to change it to be un/checked.
Continue reading about How to check and uncheck a checkbox with jQuery
