[jQuery] Animated More Info.

2007-03-05 Thread JQuery - SimDigital
Take a look how i solve the problem: script type=text/javascript src=jquery/jquery.js/script script $(.name).click(function(){ theParent = this.parentNode; $(.moreinfo, theParent).animate({ height:'toggle'}, fast); $(.moreinfo,

Re: [jQuery] Animated More Info.

2007-03-05 Thread Schnuck
do you have a demonstration site up? On 05/03/07, JQuery - SimDigital [EMAIL PROTECTED] wrote: Take a look how i solve the problem: script type=text/javascript src=jquery/jquery.js/script script $(.name).click(function(){ theParent = this.parentNode;