Simple POST

Link posting nothing to destination (use default options $("a.example1").restfulizer();). The http method is specified by a data-method="POST" into your link (you can use GET, POST, PUT, DELETE).

Simple POST

POST datas contained in the URL of the link

Link posting datas contained in the URL to destination (use default options $("a.simple").restfulizer();). The datas are automatically parsed from the URL (disable this with the restfulizer option parse: false).

POST URL parameters

HTTP method specified in restfulizer parameter

All links with .example2 will automatically post the datas to destination. See the restfulizer method: "POST" in the source (data-method="POST" link attribute is be ommited).

A link Other link

HTTP method and target specified in restfulizer parameter

If you want to make a button sending post datas you can specify a target parameter. See the restfulizer target: "example.html?specified=yes" in the source