Advertisement
snarfblat

Untitled

Apr 25th, 2014
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. $('.myButton').click(function() {
  2. var contentid = $(this).data('contentid');
  3.  
  4. myFunction(contentid); // this is the function you stole out of raty.main.js
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement