File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Internet connection is required to run this component.
3030Add the following script in your HTML page:
3131
3232``` html
33- <script src =" https://cdn.jsdelivr.net/npm/ip-geolocation-api-jquery-sdk@1.0.8 /ipgeolocation.min.js" ></script >
33+ <script src =" https://cdn.jsdelivr.net/npm/ip-geolocation-api-jquery-sdk@1.0.9 /ipgeolocation.min.js" ></script >
3434```
3535
3636## Geolocation Lookup
@@ -119,11 +119,10 @@ Here is a sample code to use IP Geolocation API using JQuery SDK:
119119
120120``` javascript
121121< script src= " https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js" >< / script>
122- < script src= " https://cdn.jsdelivr.net/npm/ip-geolocation-api-jquery-sdk@1.0.8 /ipgeolocation.min.js" >< / script>
122+ < script src= " https://cdn.jsdelivr.net/npm/ip-geolocation-api-jquery-sdk@1.0.9 /ipgeolocation.min.js" >< / script>
123123
124124< script>
125125 // On call to IPGeolocation API on each page during a user's visit, API response will be served from sessionStorage after the first page.
126-
127126 _ipgeolocation .enableSessionStorage (true );
128127
129128 var ip = sessionStorage .getItem (" ip" );
Original file line number Diff line number Diff line change 1818 " #USER" ,
1919 " /"
2020 ],
21- "_resolved" : " https://registry.npmjs.org/ip-geolocation-api-jquery-sdk/-/ip-geolocation-api-jquery-sdk-1.0.8 .tgz" ,
21+ "_resolved" : " https://registry.npmjs.org/ip-geolocation-api-jquery-sdk/-/ip-geolocation-api-jquery-sdk-1.0.9 .tgz" ,
2222 "_shasum" : " 7afe1f670ee1309eb9effb25818c481c5d855593" ,
2323 "_spec" : " ip-geolocation-api-jquery-sdk" ,
2424 "_where" : " /home/developer/jQry/npm" ,
4545 "scripts" : {
4646 "test" : " echo \" Error: no test specified\" && exit 1"
4747 },
48- "version" : " 1.0.8 " ,
48+ "version" : " 1.0.9 " ,
4949 "repository" : {
5050 "type" : " git" ,
5151 "url" : " git+https://github.com/IPGeolocation/ip-geolocation-api-jQuery-sdk.git"
You can’t perform that action at this time.
0 commit comments