SyntaxFix
Write A Post
Hire A Developer
Questions
I think this would be better
$(function() { $('#myAnchorId').click(function() { var areaValue = $('#area').val(); $('#area').val(areaValue + 'Whatever you want to enter'); }); });