/ Published in: JavaScript
How to get client ip address with jQuery
Expand |
Embed | Plain Text
$.getJSON("http://jsonip.appspot.com?callback=?",function(data){ alert( "Your ip: " + data.ip); });
You need to login to post a comment.
