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 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery-ui@googlegroups.com To unsubscribe from this group, send email to jquery-ui+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---