Possible Duplicate:
How to change the href for a hyperlink using jQuery
I'm using Drupal and system generate my title.
E.G.
<a class="jquery-once-3-processed" id="quicktabs-tab-galeri-1"
href="/?q=node&qt-galeri=1#qt-galeri">NEWS</a>
I want change this href
link via jQuery. How can i do this? Thank you.