Possible Duplicate:
How to change the href for a hyperlink using jQuery
I have this link:
<a id="myLink_33" href="javascript:toggleMe(1);">Toggle</a>
How can I change the href
attribute of this link using Javascript/jquery so the link becomes this:
<a id="myLink_33" href="javascript:toggleMe(0);">Toggle</a>