Take a look in jquery.couch.js, located in <couch install
loc>/share/couchdb/www/script/jquery.couch.js (on Windows anyway, maybe
somewhere else on Linux?).  Another way to see what's going on in there is
to set a breakpoint and step into it in Firebug (assuming you're on FFX; I'm
sure there are similar tools on IE and Chrome).  Login method takes an
object with a name and password property, so {name:"jdoe", password:"foo"}.
It also takes an optional success(response) and/or error(requestStatus,
responseError, responseReason) function.

Hope this helps,

Al

On Sun, Nov 28, 2010 at 4:26 PM, Duc Phan <[email protected]> wrote:

> Hello all,
>
> Can someone please explain to me what do I need to pass in as the parameter
> to log in from couchapp via jquery.
>
> For example I have an admin account name "John" "Doe".
> What is the exact syntax to login and create a session in my couchApp.
>
> Thanks in advance.
>



-- 
Alan Plante
[email protected]
h: 508-257-1020  |  c: 508-272-4945  | f: 508-203-5172

Reply via email to