Advertisement
Guest User

Untitled

a guest
Aug 29th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.28 KB | None | 0 0
  1. jQuery(document).ready(function($){
  2.     'use strict';
  3.  
  4.     var purchaseCode  = $('#support_purchase_code').val();
  5.  
  6.     $('#support_chat_button').click(function(e){
  7.         e.preventDefault();
  8.         userengage('event.clicked_plugin_support_button',{'purchase_code': purchaseCode});
  9.     });
  10.  
  11. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement