You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2026. It is now read-only.
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?