JAVASCRIPT   33
wrapper hide fadeIn
Guest on 2nd February 2023 04:40:25 AM


  1.    $(document).ready(function() {
  2.         $('#wrapper').hide().fadeIn(600);
  3.     });

Raw Paste

Login or Register to edit or fork this paste. It's free.