Дмитрий11 Posted November 8, 2016 Share Posted November 8, 2016 Как выполнить post запрос в javascript? Post, не GET Quote Link to comment Share on other sites More sharing options...
ram108 Posted November 13, 2016 Share Posted November 13, 2016 В 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 Дмитрий11 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.