/ Published in: JavaScript
originally posted by penguin999 here:
http://snipplr.com/view/3372/radio-button-values-using-jquery/
http://snipplr.com/view/3372/radio-button-values-using-jquery/
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
var var_name = $("input[name='radio_name']:checked").val();