Hello. In the address bar link site.ru/folder/index.php? id = 1 You need to send an AJAX request to which you need to send the GET value of the id parameter
The request looks like this:
.getJSON('/folder/ajax.php', { id: /*тут значение id*/ } How to get the GET value? I would be grateful for the help.