Response title
This is preview!
<input name="rbQ1" type="radio" ID="RB1">Yes</input><input name="rbQ1" type="radio" ID="RB2">No</input><input type="text" id="textComment1" name="textComment1" enabled="false" />
$(document).ready(function() {$("#RB1").click(function(){$("#textComment1").prop("disabled",true);});$("#RB2").click(function(){$("#textComment1").prop("disabled",false);});};
© 2013 jQuery Foundation
Sponsored by and others.