Possible Duplicate:
How to change the href for a hyperlink using jQuery
I have an anchor tag for which the href="" like so
<a class="SwitchAccountLink" href=""></a>
. I want to override this using jQuery and provide a different href. Is it possible to override the inline href of an anchor tag?
Thanks in advance.