We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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) { //console.log(r); });
OR
$.parse.get("tasks",{join: "something", on: "keys"},function(r) { //console.log(r); });
??
if not, what is the proper way to do it?
The text was updated successfully, but these errors were encountered:
Hi Salah,
Very sorry, $.parse doesn't have that functionality. However, have you tried the official Parse.js library?
Sorry, something went wrong.
No branches or pull requests
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) {
//console.log(r);
});
OR
$.parse.get("tasks",{join: "something", on: "keys"},function(r) {
//console.log(r);
});
??
if not, what is the proper way to do it?
The text was updated successfully, but these errors were encountered: