Posted 8 ноября, 20167 yr comment_115584 Как выполнить post запрос в javascript? Post, не GET Link to comment https://ipbmafia.ru/topic/15749-get-zapros-v-js/ Share on other sites Больше вариантов
13 ноября, 20167 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 Link to comment https://ipbmafia.ru/topic/15749-get-zapros-v-js/?&do=findComment&comment=115811 Share on other sites Больше вариантов
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.