jQuery-Parse icon indicating copy to clipboard operation
jQuery-Parse copied to clipboard

An AJAX wrapper for the Parse.com REST API

Results 5 jQuery-Parse issues
Sort by recently updated
recently updated
newest added

Is there a way to upload a image with this class to parse? and when it does, how can i do it?

Is it possible have parse.get function as synchronous one ?

Hi, I init OK in javascript but when I call `javascript $.parse.get("tasks");` I get the Microsoft JScript runtime error: $.parse :error No Transport. The error occurs in jquery at the...

Hello, I really loved it, it's super easy thank you a lot... I have a problem with joining two classes together, I mean can I do this: $.parse.get("tasks,products",{where: something},function(r) {...

Hi, I'm getting uncaught errors when I encounter a failed interaction with Parse (e.g. attempt to login with the wrong user / password combo). ``` Uncaught Error: $.parse :error Not...