$(document).ready(function(){ $('#header ul').innerfade({ speed: 1800, timeout: 7000, type: 'sequence', containerheight: '132px' }); $jScroller.add("#scroller_container","#scroller","left",4); $jScroller.start(); $('#frontCategories ul li.root').hover(function(){ $('#frontCategories ul li.root').not(this).hide(); $(this).find('li').show(); },function(){ $('#frontCategories ul li.root').show(); }); $('#frontCategories ul li').click(function(){ window.location=$(this).find('li:first a').attr('href'); return false; }); });