Advertisement
Codificando

Codificando - Tag de Promoção

Oct 3rd, 2015
3,230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.24 KB | None | 0 0
  1. <script type="text/javascript">
  2.     var nome_da_tag = "Promoção";
  3.     $(document).ready(function() {
  4.         $('.bandeiras-produto .bandeira-promocao').each(function() {
  5.             $(this).text(nome_da_tag);
  6.         });
  7.     });
  8. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement