Skip to content

Instantly share code, notes, and snippets.

View fxck's full-sized avatar

Aleš fxck

View GitHub Profile
_postGetHandler: function(method, url, data, callback, type) {
var self = this;
if ($.isFunction(data)) {
type = type || callback;
callback = data;
data = undefined;
}
self.ajax({