HighDots Forums  

loading problem jquery slider featured box

jQuery jQuery is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages. jQuery is designed to change the way that you write JavaScript.


Discuss loading problem jquery slider featured box in the jQuery forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
ozzo
 
Posts: n/a

Default loading problem jquery slider featured box - 11-07-2009 , 05:47 AM






Hi all, this is my first post on this list... i am new to jquery...
seems to be really really nice

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
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

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.