Advertisement
Guest User

Untitled

a guest
Dec 1st, 2015
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. <a href="?hell" onclick="reachGoal('ya', 'my_goal', true); return true;">Example with link</a>
  2.  
  3. <button onclick="console.log('Example 1. I\'m doing something very important!'); reachGoal('ya', 'my_goal', false); console.log('I\'m finished!\n\n')">
  4. Example 1 for ya goals
  5. </button>
  6.  
  7. <button onclick="console.log('Example 1. I\'m doing something very important!'); reachGoal('ga', 'my_goal', false); console.log('I\'m finished!\n\n')">
  8. Example 1 for ga goals
  9. </button>
  10.  
  11. <button onclick="console.log('Example 2. I\'m doing something very important!'); reachGoal('ya', 'my_goal', true); console.log('I\'m finished!\n\n')">
  12. Example 2 with debug
  13. </button>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement