Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added shortcut for DOM-based custom ajax calls [closes vojtech-dobes#21]
Enables syntax: $('#element').click(function (e) { $(this).netteAjax(e, { ... }) .done(function () { ... }); });
- Loading branch information