Help with a costum featured content slider
Hi,
I'm using the so called featured content slider on my site.
Information and demo is here: http://webdeveloperplus.com/jquery/featured-content-slider-using-jquery-ui/
I want to make a small change to that: now if you click on a link in the menu the content for that item will show.. and a click on the mainscreen will lead you further...i want that a second click on the active menuitem gets you to the link of the content also.
So i have to change the links in it somehow when clicking on it...and ideas?
The code it uses is :
<script type="text/javascript">
$(document).ready(function(){
$("#featured > ul").tabs({fx:
{opacity: "toggle"}}).tabs("rotate", 5000, true);
});</script>