Problem with jquery ajax tab and google chrome

Problem with jquery ajax tab and google chrome


Hello,
I am using JQuery UI-Tabs. I have one problem occurs when run it in
google chrome.
My code structure:
<script type="text/javascript">
$(function() {
$('#proposition_tabs').tabs({ remote: true });
});
</script>
<div id="proposition_tabs">
<ul>
<li><a href="tab1.html"><span>Tab 1</span></a></
li>
<li><a href="tab2.html"><span>Tab 2</span></a></li>
</ul>
</div>
My problem is that when I was click on the second tab, first load
second tab and then automatically load and redirect to first tab. This
problem only shone in google chrome. Hope that makes sense and any
advise/tips and tricks would be grateful.
Thanks in advance,
Akhilesh