Click here to Skip to main content
15,890,506 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

Iam using hide and slide functionality with javascript and css. In my css my display value is none so everything is closed but I have to open one always.

How can I change it and thanks for help.
Posted

1 solution

I would use JQuery [^]for these effects. The effects can be chained, such as

$("#id").show().slideDown();
 
Share this answer
 
v2
Comments
[no name] 6-Jul-11 13:59pm    
I did. You can also RTFM!
fjdiewornncalwe 6-Jul-11 14:37pm    
+5 for the answer. An awesome LOL for the OP's comment.
Joan M 6-Jul-11 15:42pm    
5... extreme WTF after reading OP's comment...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900