[jQuery] Documentation in non greek?
Hi all,
I am new to jquery and to scripting in general. I have read the tutorial and
the documention but still I am having difficulties understanding and to
achive what I want.
Would appreciate very much if someone could guide or help me out.
What I want to achive is some slideUp and slideDowns.
On my page I have 3 separate div with paragraphs and each div has a link
inside saying "more>>"
What I want to do is if more>> is clicked then a slidedown should appear
with even more information below. For starters I will just add text but in
the future when I have more understanding and knowledge I want to load
external data to be displayed.
So my question is, how should I achive this?
I have taken a look at http://jquery.com/test/toggle.html but this is only
working If I have 1 id called id="jQHide", but what if I need 3 more?
Do I need to create like
$("#jQHide1").slideUp("slow");
},function(){
$("#jQHide1").slideDown("slow");
$("#jQHide2").slideUp("slow");
},function(){
$("#jQHide2").slideDown("slow");
Hope there is a helpfull sould outthere?
Regards,
Zen
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/