Skip to content
drewwilson edited this page Sep 13, 2010 · 3 revisions

$.controller

$.defaults [.url]

$.array(json array object);

$.object();

$.create(model, obj, options);

call it with an object and it attempts to add it to the database. Automatically reloads the data on the client.

$.destroy(model, id, options);

attempts to remove a single object by an id. Automatically reloads

$.update(model, id, options);

$.retrieve(model, conditions, options);