psQuery icon indicating copy to clipboard operation
psQuery copied to clipboard

Ajax settings?

Open PahinX opened this issue 8 years ago • 0 comments

I try to use psQuery with syntax like jQuery. Example:

var request = $.ajax(url)
request.done(function(){
// some code
});

And I've got js error:

Uncaught TypeError: request.done is not a function

Also .fail() is not a function, setting "success" is not working Are those methods not a "core" ajax?

PahinX avatar Sep 09 '16 10:09 PahinX