Hello

What about this?

<div id="skip" style="display:none;margin:50px 0;font-size:36px">
<span>about.php Get me out of here !</span>
</div>

// ..
//your code...
// ..

 $(document).ready(function(){
        $('#skip').find('span').hide().end().show('slow').end().find
('span').show('slow');
 });

Reply via email to