-
28 ИЮНЬ 20160
-
27 ИЮНЬ 20160
reqwest - js плагин для создание асинхронных ajax запросов
reqwest('path/to/html', function (resp) { qwery('#content').html(resp) }) reqwest({ url: 'path/to/html' , method: 'post' , data: { foo: 'bar

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