Hi Rory, You need only the expandAll() plug-in:
$(function() { $("#outer").expandAll({trigger: "span.expand", ref: "div.demo", showMethod: "slideDown", hideMethod: "slideUp", speed: 600}); }); Regards, Adriana Rory Bernstein wrote: > > Hello, > > I am a total jQuery novice, and I tried to use jQuery for a project > but I'm having trouble. > > http://www.rorybernstein.com/stage/index2.html > > When you click the blue "go ahead" link, it expands the hidden div, > revealing content. I want the effect to be a "slide" effect, as on > this sample page: > http://adipalaz.awardspace.com/experiments/jquery/expand.html > From these various examples, I want the "slideToggle effect - > slideToggle ("slow"), as shown in section 2 of the above link. > > I cannot figure out what is wrong; my toggle link does work (it > expands the hidden div), but I do not know how to get it to "slide" at > the speed shown in the sample. > > Any help would be appreciated. > Thanks, > Rory > > -- View this message in context: http://old.nabble.com/need-help-with-simple-jQuery-problem-tp27228125s27240p27241857.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.