[jQuery] Is it possible to change the URL of a jQuery tab?

[jQuery] Is it possible to change the URL of a jQuery tab?


So far I have tried:
$('a.classname').attr('href','/some_page')
and
$('#li_id').html('<a class="tab_dk_blue" href="/some_page"
title="details">Details</a>')
Thanks in advance.