'How to I get specific href url which is in the post body section and that url put in the hre tag?
I have these buttons and URLs on the body section I want to get a specific URL and replace it in the new button href
<div class="btn-group"><button class="btn btn-info disabled" data-target="#Read" data-toggle="modal" type="button"><span class="spinner-grow spinner-grow-sm"></span>Read</button><div class="btn-group"><div class="btn-group"><button class="btn btn-primary dropdown-toggle" data-toggle="dropdown" type="button">Download</button><div class="dropdown-menu"><a class="dropdown-item" href="https://stackoverflow.com/.pdf" target="_blank">PDF</a><a class="dropdown-item" href="https://stackoverflow.com/.epub">EPUB</a><a class="dropdown-item" href="https://stackoverflow.com/.epub">KINDLE</a><a class="dropdown-item" href="#">ZIP WITH PDF</a></div></div></div>
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
