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

Published Date Author: , Posted September 7th, 2012 at 3:13:33pm

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

jQuery('input[name=radioName]:checked', '#yourForm').val()

No comments as yet.

Leave Your Comment  Leave a comment

All fields marked with "*" are required.