-
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', baz: 100 } , success: function (resp) { qwery('#content').html(resp) } })
https://github.com/ded/Reqwest -
24 ИЮНЬ 20160
-
23 ИЮНЬ 20160
js-cookie - js api для работы с куками браузера
Cookies.get('name'); // => 'value' Cookies.set('name', 'value', { path: '' }); Cookies.remove('name', { path: '' }); // removed!
https://github.com/js-cookie/js-cookie -
22 ИЮНЬ 20160
keymaster - микро js библиотека навешивания горячих клавиш
// define short of 'a' key('a', function(){ alert('you pressed a!') }); // returning false stops the event and prevents default browser events key('ctrl+r', function(){ alert('stopped reload!'); return false }); // multiple shortcuts that do the same thing key('?+r, ctrl+r', function(){ });
https://github.com/madrobby/keymaster -
21 ИЮНЬ 20160
-
20 ИЮНЬ 20160
-
17 ИЮНЬ 20160
Категории:
Оставить на заметку в: