Tagged Questions

0
votes
4answers
124 views

JQuery - div fading trouble

Hello, I have div, which has id 'content'. It's visible. <div id="wrapper" style="display:block"> <div id="content"> Some text </div> </div> Now I want to fade it …