RuKoder.ru RUKODER.ru
27 ИЮНЬ 2016
0

reqwest - js плагин для создание асинхронных ajax запросов

JavaScript
reqwest('path/to/html', function (resp) {
  qwery('#content').html(resp)
})

reqwest({
    url: 'path/to/html'
  , method: 'post'
  , data: { foo: 'bar', baz: 100 }
  , success: function (resp) {
      qwery('#content').html(resp)
    }
})

https://github.com/ded/Reqwest

Добавить комментарий

Категории:

  • CSS (121)
  • PHP (301)
  • JavaScript (704)

Оставить на заметку в:

© 2025 RuKoder.ru