srhyne / jQuery-Parse

An AJAX wrapper for the Parse.com REST API
212 stars 31 forks source link

joining classes #14

Open salahassi opened 11 years ago

salahassi commented 11 years ago

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 commented 11 years ago

Hi Salah,

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