Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- jQuery('.jpw-wrapper .button').on('click',function(e){
- e.preventDefault();
- jQuery.ajax({
- url:jnews_ajax_url,
- type:'post',
- dataType:'json',
- data:{product_id:$(this).attr('data-product_id'),
- action: 'add_paywall_product'
- }}).done(function (data){
- if(data.redirect){
- window.location.href=data.redirect
- }else{
- location.reload()
- }
- }
- )
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement