you may also like


/ Published in: JavaScript
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.js"></script>
  2. <script type="text/javascript">
  3. $(document).ready(function() {
  4. $("#accessorytitle").replaceWith("<span>You may also like:</span>");
  5. });
  6. </script>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.