Skip to content
New issue

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

joining classes #14

Open
salahassi opened this issue Jan 8, 2013 · 1 comment
Open

joining classes #14

salahassi opened this issue Jan 8, 2013 · 1 comment

Comments

@salahassi
Copy link

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?

@srhyne
Copy link
Owner

srhyne commented Jan 10, 2013

Hi Salah,

Very sorry, $.parse doesn't have that functionality. However, have you tried the official Parse.js library?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants