Is there documentation available for jquery.couch.app.js?

646 Views Asked by At

Does anyone know if there is documentation available for:

jquery.couch.app.js

I see it getting used in plenty of couchapps that I have the source for but as I read through them trying to figure out what is & isn't available to the callback methods passed into stuff like $.couch.app(function callback(){}) it becomes bit of a hit & miss without docs.

So far all I found is:

http://couchapp.couchone.com/docs/_design/docs/index.html#/topic/couchapp

And that's not very helpful.

1

There are 1 best solutions below

5
On BEST ANSWER

jquery.couch.app.js it's only e thin wrapper around jquery.couch.js. More specifically it wraps $.couch.db, somewhat documented at jquery.couch.js-docs.

However my suggestion is to study the source. It's small, simple, and (by definition) accurate.