I have a json file and I can add a link as plain text to the body of articles, but I want to add the link to the href and add hand written content in the a tag:
$('div#similarArticles').html(treeObj.root[clickedID - 1].Link);
.. how can I go about this?
<div id="articles">
<div id="similarArticles">
<a href="#"></a>
</div>
</div>