How to Get IP Address using Javascript
Hello Dev,
As we speak, i we are going to present you get IP deal with utilizing javascript. This text gives you easy instance of get IP deal with utilizing javascript. you’ll be taught get get IP deal with utilizing javascript. So let’s observe few step to create instance of get IP deal with utilizing javascript.
Instance:
<!DOCTYPE html> <html> <head> <title>The best way to Get IP Tackle utilizing Javascript</title> </head> <physique> <h3>IP Tackle of consumer is:</h3> <p fashion="colour: purple;"><robust id="ip"></robust></p> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <script sort="textual content/javascript"> $.getJSON("https://api.ipify.org?format=json", operate(information) { $("#ip").html(information.ip); }) </script> </physique> </html>
I hope it’ll help you…
Komentar
Posting Komentar