GET RADIO BUTTON VALUE USING JQUERY


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

Starting from jQuery 1.3


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.