I\'m using this code to make an AJAX request:
$(\"#userBarSignup\").click(function(){ $.get(\"C:/xampp/htdocs/webname/resources/templates/signup.php\",
For all python users:
Simply go to your destination folder in the terminal.
cd projectFoder
then start HTTP server For Python3+:
python -m http.server 8000
Serving HTTP on :: port 8000 (http://[::]:8000/) ...
go to your link: http://0.0.0.0:8000/
Enjoy :)