I have a jQuery question concerning Radio buttons and forms.
I have tabbed content setup with 5 tabs setup with a form in each tab.
Each form consists of 5 radio
Try This!!
$('input[type=radio]').on('change', function() { $('input[type=submit]').click();});