Advertisement
DaBananaboat

get ip with JSON (JS file)

Apr 24th, 2013
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.09 KB | None | 0 0
  1. $.getJSON("file/with/ip/json/format.php", function(data)
  2. {
  3.     $(target).text(data.ip);
  4. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement