Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

get value for radio button in jquery label

//id you have a label to your checkbox use this one
$("input[type='radio']:checked").parent().text()
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #radio #button #jquery #label
ADD COMMENT
Topic
Name
1+3 =