[jQuery] slideup timer
[jQuery] slideup timer
hi, I've this:
<script type="text/javascript">
$(document).ready(function() {
$('#flash').slideDown("slow")({
});
});
</script>
<div id="flash" style="display:none;">
<?php echo $content; ?>
</div>
is there a jquery way to have this #flash slideup after a certain amount
of time?
thanks, I'm new to jquery.
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/