4

Is there a documentation for jquery.couch.js, the standard JavaScript API that ships with CouchDB?

In many blog posts and tutorial this API is used and to some degree explained how to use it. But is there some always up-to-date documentation?

Kuepper
  • 992
  • 13
  • 39

3 Answers3

6

Google is your friend.

http://daleharvey.github.com/jquery.couch.js-docs/symbols/index.html

Matt Ball
  • 354,903
  • 100
  • 647
  • 710
  • nice! Last time I did some extended googling it wasn't there yet. Thanks a lot! – Kuepper Jul 30 '11 at 16:34
  • 4
    It always makes me nuts when responders answer by saying to Google. That's exactly how I got here. As did the vast majority of people who view your response. Oh well, at least you answered the question. – leetheguy Dec 05 '12 at 03:38
5

Here is another documentation for jquery.couch.js plugin

http://bradley-holt.com/2011/07/couchdb-jquery-plugin-reference/

himanshu
  • 2,087
  • 1
  • 13
  • 13
0

Here you can find a lot of methods : http://daleharvey.github.io/jquery.couch.js-docs/symbols/%24.couch.html

user2553396
  • 411
  • 1
  • 4
  • 10