you may also like 2


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



Copy this code and paste it in your HTML
  1. <script type="text/javascript">
  2. $(document).ready(function() {
  3. $(‘.itemform .sale-price-bold’).append(‘<div id=quantity><b>Quantity: </b><input type=text size=3 maxlength=3 value=1 name=vwquantity></div>’);
  4. $(‘.itemform .price-bold’).append(‘<div id=quantity><b>Quantity: </b><input type=text size=3 maxlength=3 value=1 name=vwquantity></div>’);
  5. $("#accessorytitle").replaceWith("<span>You may also like:</span>");
  6. });
  7. </script>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.