$('.tags_select a').click(function() { var value = $(this).text(); var input = $('#text_tag_input'); input.val( value ); return false; });