13 ноября, 20168 yr comment_115811 В 08.11.2016 в 18:08, Дмитрий11 сказал: Post, не GET Если используете jQuery, то смотрите функцию $.ajax(), в ней можно указать method со значением POST, GET, PUT. Также есть специальные функции $.post(), $.get(). Они выполняют тоже самое, что и $.ajax(). Подробнее: http://api.jquery.com/jquery.ajax/, https://api.jquery.com/jquery.post/, https://api.jquery.com/jquery.post/ Вариант POST-запроса на чистом javascript без jQuery: http://stackoverflow.com/questions/9713058/send-post-data-using-xmlhttprequest
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.