Friday, September 23, 2011

Get public IP of your Local Server


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

No comments:

Post a Comment