ronaldo wrote:
>
> 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 ?

Why not just:

setTimeout(function() { $(div).hide() }, 2000);

-- Dossy

-- 
Dossy Shiobara              | [EMAIL PROTECTED] | http://dossy.org/
Panoptic Computer Network   | http://panoptic.com/
  "He realized the fastest way to change is to laugh at your own
    folly -- then you can let go and quickly move on." (p. 70)

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

Reply via email to