Advertisement
srikat

home.js

Apr 29th, 2015
321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. jQuery(function( $ ){
  2.    
  3.     function replaceText() {
  4.         $( 'span.to-be-replaced' ).replaceWith( '<span class="replaced">Redefining Advanced Wound Care</span>' );
  5.     }
  6.  
  7.     setTimeout(replaceText,5000);
  8.  
  9. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement