Advertisement
estoyarto

zenva wishlist js

Apr 28th, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.29 KB | None | 0 0
  1. jQuery(document).ready(function($) {
  2.  
  3. $('#zvawp_add_wishlist').click(function(e){
  4.  
  5.  
  6.  
  7. $.post(document.location.protocol+'//'+document.location.host+'/wp-admin/admin-ajax.php',{postId: 1, action:'zvawp_add_wishlist'},function(response){
  8.  
  9. console.log(response);
  10.  
  11.  
  12.     });
  13.  
  14. });
  15. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement