Re: [jQuery] Animate or ToggleClass

2010-01-02 Thread waseem sabjee
lets say I have this HTML & CSS markup . extendcontent { display:none; } +Click to extend // all your extend content goes here This is div #1 of extended content This is div #2 of extended content This is div #3 of extended content now heres the script var $s = jQuery.noConflict(); $s

[jQuery] Animate or ToggleClass

2010-01-02 Thread Once
Hi. I'm new to jQuery and ran into this dilemma. In the portfolio section of my homepage ( http://invitro.vegasoftweb.com/es/ ). I have a div with 9 items but only 3 are showing, the other 6 are hidden by another div that has a fixed height and thus clip them. I am trying to implement a soft transi