Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. jQuery('.tpcoupon-reveal').click( function() {
  2. jQuery('.inner-code').css('background-color','#FFF');
  3. jQuery('.inner-code').text(jQuery(this).attr('caption'));
  4. visitstore = jQuery(this).attr('url');
  5. window.open(visitstore);
  6. });
  7.  
  8. $newText = '
  9.  
  10. <div class="tpcoupon-code-wrapper">
  11. <span class="tpcoupon-msg"> '.tpbox2_unhtmlentities($content).'</span>
  12. <span class="tpcoupon-reveal" caption="'.$couponcode.'" url="'.$url.'">Vis koden & besøg siden</span>
  13. <span class="tpcoupon-code-show">
  14. <span class="inner-code"></span>
  15. </span>
  16. </div>
  17. <div class="clr"></div>
  18. ';
  19.  
  20. $(this).parent().find('.inner-code')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement