jquery plugin delay

Permalink
Im using the roundabout jquery plugin (http://fredhq.com/projects/roundabout#customize... ) and it works well but have noticed that it takes a second to update the UL to the required effect. So when loading the page i see the list in its original format.

Is this due to the plugin script, server or is there a correct method of steps to call for the script. I have the following set up
1. scripts included in header.php
2. UL and call for script in HTML block
3. CSS included in themes default CSS file.

Site cache is disabled.

thanks

Responsive
 
mkly replied on at Permalink Reply
mkly
$('ul#myRoundabout').hide().roundabout().show();


I have no idea if that works. Change the jquery selector to your selector.
Responsive replied on at Permalink Reply
Responsive
Hi thanks for the suggestion but did not work, think I found the problem to be another installation, as removed it and page loads much quicker.