Posts by Ruth • 1 point
2 posts
-
-2
votes2
answers38
viewsQ: Check parameter in URL and trigger javascript function
Good people, my idea is to see if the [Bust] parameter in the URL equals "Success" and if you want to change the <a> but only for 5 seconds, after that time I remove the class (in this case…
-
0
votes2
answers70
viewsQ: Post var javascript in PHP
I got this in the head: <script> $(document).ready(function(){ $.getJSON("http://freegeoip.net/json/", function(data) { var country = data.country_name; var ip = data.ip; var w =…