$('.stuff dl').Squeezebox(); $("a.expandall").click( function() { $('.stuff dl dd').slideDown("fast"); $('.stuff dl dt').addClass("selected"); return false; });
worked just fine. Thanks for reading, Will will wrote: > Hi, > > I thought I'd ask before digging and (poorly) hacking through the > source - is there a way to get Jörn's Squeezebox plugin to 'expand > all' with a single toggle? Sorta like the treeview on his API > browser. We're using it for a folded FAQ page but want users to be > able to expand all and use on page searching. > > Thank you, > Will