That\'s what I have:
#nav-link\">LinkName
Here =$arItem[\"LINK\"]?>
=$arItem[\"LINK\"]?>
Try something to the tune of this:
<script> var data = <?php echo $arItem["LINK"]; ?> var yourLink = "blabla.com/"+data; //more of your code etc.... $('#yourDiv_where_you_want_the_link').html(yourLink); </script>