Possible Duplicate:
How to change the href for a hyperlink using jQuery
I have a link that is being generated by a database that I need to change.
I was wondering if I can use jQuery to find the required id and change the href value?
Sure:
$("#linkId").attr("href", "http://the.new.url");
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With