forked from pheryjs/phery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phery.jquery.json
23 lines (23 loc) · 1.03 KB
/
phery.jquery.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name":"phery",
"version":"2.7.2",
"title":"Phery.js PHP Ajax",
"author":{
"name":"Paulo Cesar",
"url":"http://github.com/pocesar"
},
"licenses":[
{
"type":"MIT",
"url":"https://github.com/pocesar/phery/blob/master/LICENSE"
}
],
"dependencies":{
"jquery":">=1.8"
},
"description":"The bridge from jQuery to PHP, and vice-versa through AJAX. Using event delegation, forms and links can call PHP functions with only some data-* attributes, and perform RESTful requests using GET, POST, PUT, DELETE without any manual event binding, everything just works. You can also render partial views using ajax, loading only parts of the page. This plugin also allows you to upload files using AJAX on good browsers and IE10",
"keywords":["ajax", "event", "unobtrusive", "fileupload", "php", "form", "serialization", "partial", "REST","upload","FormData","jquery","dom","html5","json"],
"homepage":"http://phery-php-ajax.net",
"demo":"http://phery-php-ajax.net/demo.php",
"docs":"http://phery-php-ajax.net/docs/"
}