Get Radio Button Value using jQuery


/ Published in: JavaScript
Save to your folder(s)

originally posted by penguin999 here:

http://snipplr.com/view/3372/radio-button-values-using-jquery/


Copy this code and paste it in your HTML
  1. var var_name = $("input[name='radio_name']:checked").val();

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.