Trying to get the value=\"\" of to change upon selection of a radio button. So if the user
to change upon selection of a radio button. So if the user
$(document).ready(function() { $("input[name=option1]:radio").click(function(eventObj) { $("input[name=searchQuery]").val("Enter a " + $(eventObj.target).val()); }); });