Hi all, this is my first post on this list... i am new to jquery...
seems to be really really nice :D
i post here beacuse i have a problem... i made a test on my site
(
http://www.gamestorm.it/index-tmp.html) evrithing works except when
the page is loading... i start a bittorrent download to speed down my
internet speed for testing :D
if i click on a link on the right menu before the page is loading,
system open directly the link and not the same page as a normal ajax
script do! so if someone click on the link befor the full page is
loaded the web site doesnt works good.
here my head
<script type="text/javascript" src="/js/jquery.min.js" ></script>
<script type="text/javascript" src="/js/jquery-ui.min.js" ></script>
<script type="text/javascript">
$(document).ready(function(){
<? /* $("#featured > ul").tabs({fx:{opacity: "toggle"}}).tabs
("rotate", 1000, true); */ ?>
$(function() { $('#featured > ul').tabs({remote:true}).tabs({fx:
{opacity: "toggle"}}).tabs("rotate", 5000, true); });
});
</script>
and here my div section (altered for reading)
<div id="featured" >
<ul class="ui-tabs-nav">
<li class="ui-tabs-nav-item ui-tabs-selected" id="nav-fragment-1"><a
href="slider.php?FILE=1.jpg"><img src="1_thm.jpg" alt="" /><span>Pro
Evolution Soccer 2010</span><br><span class=light>Gioco primo piano
PS3</span><br><span></span></a></li>
<li class="ui-tabs-nav-item" id="nav-fragment-2"><a href="slider.php?
FILE=2.jpg><img src="2_thm.jpg" alt="" /><span>Create a Vintage
Photograph in Photoshop</span></a></li>
</ul>
</div>
Thanks for your help