Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.
This repository was archived by the owner on Mar 13, 2026. It is now read-only.

joining classes #14

@salahassi

Description

@salahassi

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions