What I need is the \"this\" value of
( $(this).attr(\"value\"));
to show up in the \"this\" of
$(\"#activities_\" +btn_id).val
This is what my boss gave me to work with.
$('.thoughts_list').click(function(){ ( $(this).attr('id')); ( $(this).attr("value")); }); $('#close_thoughts').click(function(){ $("#activities_" +btn_id).val($('input[name=thoughts_list]:checked').val()); });