Re: [jQuery] need help with simple jQuery problem

2010-01-22 Thread Adriana P
you put in your response? If so, where do I put the code? I am truly a novice, as you see. Thank you so much, Rory On Jan 20, 9:36 am, Adriana P adipa...@yahoo.com wrote: Hi Rory, You need only the expandAll() plug-in: $(function() {     $(#outer).expandAll({trigger: span.expand

Re: [jQuery] need help with simple jQuery problem

2010-01-20 Thread Adriana P
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