Account Login

$.getJSON('https://jsonip.com/?callback=?').done(function(data) { var ip_address = window.JSON.parse(JSON.stringify(data, null, 2)); ip_address = ip_address.ip; //Execute Your Code alert(ip_address); });