Giter VIP home page Giter VIP logo

jquery-parse's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

jquery-parse's Issues

insert new record with a pointer inside: possible/how?

thanks for this super-simple time-saving wrapper
i have difficulties creating an object with a pointer field/column
either via Post or via Post-then-Put, all i'm getting is a Bad Request (400)

can you help? :) thanks in any case

$.parse:error Not Found

I am trying to use this on my wordpress website. I am getting exception called ($.parse:error Not Found) when I try to load the page. It is saying that exception is Uncaught in 'jquery.js'.

I am very new in Web development, so please bear with me.

Thanks,
Amit

DELETE method not working

Hi there.
I'm testing this nice Parse wrapper you've made and it works really nice, except for the DELETE method.
When I call:
$.parse.delete("Package/"+oID, function(){
reload();
});
The callback is never called and after some debugging, I see that I land in this method:

function _error(jqXHR, textStatus, errorThrown){ }

With all the parameters empty.

The POST and GET methods are working very nice, so I can't seem to figure out what the problem is...
Any ideas?

Security Vulnerability

I really am enjoying using your plugin here, and am in the process of making an app with it and Backbone.js, so I'm also interested in the Backbone extension here. The issue that I'm raising is the fact that the app key and the rest key are both super visible with this, which presents obvious security concerns. Any thoughts on circumventing this issue? Potentially a server side solution to pass a token with those keys to kick the app off?

Code Indentation

Switched to soft tabs and now github has really messed up the indentation. Will fix asap.

Not Found: Uncaught Errors

Hi,

I'm getting uncaught errors when I encounter a failed interaction with Parse (e.g. attempt to login with the wrong user / password combo).

Uncaught Error: $.parse :error Not Found
e.extend.errorjquery.min.js:2
_errorjquery.parse.js:38
f.Callbacks.njquery.min.js:2
f.Callbacks.o.fireWithjquery.min.js:2
wjquery.min.js:4
f.support.ajax.f.ajaxTransport.send.d

Any idea where this is coming from?

Thanks!

Add to array

Is there a way to add a value to a array with the jquery parse class?

Relational Queries

Is there a way to do a relational query with this library? I'd love to have this functionality :)

I tried doing

$.parse.get("Item", {
                    where : {'user' : user}},

and

$.parse.get("Item", {
                    where : {'user' : "{\"__type\" : \"Pointer\", \"className\" : \"_User\", \"objectId\" : \"" + user.objectId + "\"}"};},

The first one returned bad request because it serializes the json instead of setting up Parse's pointer info, the second one oddly returns 200 so maybe it is supported after all and I'm missing a detail in the forming of the request.

How to run demo?

This is a dumb question because I am new to web development. How do I get the demo to run? It does not seem to do anything. THanks.

Uploading image

Is there a way to upload a image with this class to parse? and when it does, how can i do it?

Get error no transport when call $.parse.get("tasks");

Hi,
I init OK in javascript but when I call javascript $.parse.get("tasks"); I get the Microsoft JScript runtime error: $.parse :error No Transport.
The error occurs in jquery at the following function;-

    error: function( msg ) {
        throw new Error( msg );
    },

javascript msg = "$.parse :error No Transport"
Any ideas please?

PS using jquery-1.7.2

joining classes

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?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.