Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $('.myButton').click(function() {
- var contentid = $(this).data('contentid');
- myFunction(contentid); // this is the function you stole out of raty.main.js
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement