Advertisement
kesenai

Untitled

Dec 2nd, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. var url = "http://google.com"
  2.  
  3. $(document).ready(function () {
  4. $.ajax({
  5. type: "GET",
  6. crossDomain: true,
  7. url: 'http://vk.com/share.php?act=count&url=' + url,
  8. dataType: "jsonp",
  9. });
  10. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement