[jQuery] Re: need help with simple jQuery problem

2010-01-22 Thread Rory Bernstein
Thank you so much, Adriana. With the information you've given me, I
have fixed the problem. I am so grateful.

Best,
Rory


[jQuery] Re: need help with simple jQuery problem

2010-01-20 Thread Rory Bernstein
Hi Adriana,

Adriana, I am honored that you wrote in to help me; it is, or course,
your script I am trying to work with.

I do not understand what you are asking me to do; can you please give
more info/context? Are you saying that I am missing the lines of code
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, 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-tp27228125...
 Sent from the jQuery General Discussion mailing list archive at Nabble.com.


[jQuery] need help with simple jQuery problem

2010-01-19 Thread Rory Bernstein
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