Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- autor: [email protected] -->
- <!-- testovano na sablone POP -->
- <script>
- //Skript na prejmenovani checkboxu "Chci odebírat newslettery" v kosiku
- $(document).ready(function() {
- if($("#sendNewsletter").length && $(".jpText").length == 0) {
- $("#sendNewsletter").parent().contents().filter(function(){return this.nodeType === 3 && this.data.trim().length > 0}).wrap('<span class="jpText" />');
- $(".jpText").text("Chci odebírat newslettery").prepend(" ");
- }
- });
- </script>
Advertisement
Add Comment
Please, Sign In to add comment