Return to Snippet

Revision: 22406
at January 12, 2010 05:06 by math89


Initial Code
$.getJSON("http://jsonip.appspot.com?callback=?",function(data){
    alert( "Your ip: " + data.ip);
});

Initial URL


Initial Description
How to get client ip address with jQuery

Initial Title
How to get client ip address with jQuery

Initial Tags
ip

Initial Language
JavaScript