I want to know if there is a way to change a hashtag in a url using jQuery. For example, in the following tag,
<div class="comments"><a href="http://www.example.com/post/#comment">Link</a></div>
I want to change #comment to #response using jQuery.
How can I handle this case?
Thanks.