I want to use jquery to select a specific anchor tag on my page, and apply the replace() method to it (I am trying to replace ' with %27, I am having apostrophe issues when submitting my form...) and I'm not sure exactly how to do this. I started to write this:
$(".view-subscription-admin tbody td.views-field-nothing a").attr("href
and then realized that I wasn't sure how to use this with the replace function. How would I do this?