I have a bunch of these on a page:
<div class="item" id="555">
<div class="wrapper>
<p>Make Link One</p>
</div>
<p class="action">Make Link Two</p>
</div>
How can I dynamically make the 2 texts links based on the id 555? ie. They both should be links to http://555
There is a unique business requirement which is the reason they're not just normal hrefs to begin with.