$(document).ready(function() {
    setTimeout("divDisappear()", 2000);
});

function divDisappear() {
    $('div#id').hide();
}

-roso

ronaldo wrote:
> Hi,
>
> should be a simple question but its been doing my heading for 1 day now!!
> how can i make a div disappear after 2 seconds ?
>
> thanks
>
> T
>   

-- 
The information transmitted is intended only for the person or entity to which 
it is addressed and may contain confidential and/or privileged material.  Any 
review, retransmission, dissemination or other use of, or taking of any action 
in reliance upon, this information by persons or entities other than the 
intended recipient is prohibited.  If you received this in error, please 
contact the sender and delete the material from any computer.



_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to