How To Get the Value of a Checked Radio Button in a Specific Form

Author: , September 7th, 2012

How To Get the Value of a Selected Radio Button in a Specific Form: jQuery(‘input[name=radioName]:checked’, ‘#yourForm’).val()

How To Check If Any Radio Button In A Group Is Checked Using jQuery

Author: , May 9th, 2012

How To Count Selected Checkboxes Using jQuery

Author: , March 3rd, 2012

Just be sure to add the class “yourClass” to each checkbox in the group you wish to count and it is as simple as:

How To Find The Type Of The Current Element Using jQuery

Author: , May 17th, 2011

Important Note: This solution REQUIRES jQuery 1.6 or better due to the addition of the :focus selector! Here is how I used it for a form in a jQuery UI dialog:

How To Select All Options In A Select Menu Using jQuery

Author: , May 2nd, 2011

How To Get The Current Value And Option Text Of A Select Using jQuery

Author: , April 18th, 2011