Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 96970 invoked from network); 15 Feb 2010 23:29:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Feb 2010 23:29:17 -0000 Received: (qmail 70518 invoked by uid 500); 15 Feb 2010 23:29:16 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 70436 invoked by uid 500); 15 Feb 2010 23:29:16 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 70426 invoked by uid 99); 15 Feb 2010 23:29:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Feb 2010 23:29:16 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of huskyr@gmail.com designates 209.85.218.217 as permitted sender) Received: from [209.85.218.217] (HELO mail-bw0-f217.google.com) (209.85.218.217) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Feb 2010 23:29:08 +0000 Received: by bwz9 with SMTP id 9so840036bwz.25 for ; Mon, 15 Feb 2010 15:28:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=MmexZnJ7Ha0M5OHpvJVdMn3tSTfiKH9/SUtgqB2x8lQ=; b=W0imxQtcPnZL4yhc8YuD3wPUsFU3hcWETMnbPosUT/2uyQKTEnb/GQrYMQejc08HE1 ib13Z2Rvba2ua+WzqypXQ93VsPV7FmNTLtOBMcai8+Q2gkHzniJZ8UV5adT4OgrTgtSd PDqkTyE+kY+7qUDPTJVFiH2EeKeugjViydb8g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=RqdsSjIiM8Lwh3RN0LlP16bdrGNVoHMv+lgYGGk22qJiZWmlcQUX1yuXEhRPWRkiAR SnCf1x4SPcjIfsWKKwODpC69vdNfwo46mBVv9NJ+7nc2togFt8YNkcHTPuqdD8zbHfMT 3B0lii4FdaqpZc55KNGnGMr8WuwwVa/t7GmHY= MIME-Version: 1.0 Received: by 10.204.151.91 with SMTP id b27mr3647441bkw.110.1266276527952; Mon, 15 Feb 2010 15:28:47 -0800 (PST) Date: Tue, 16 Feb 2010 00:28:47 +0100 Message-ID: <85f46e6f1002151528xb35de06p1b9c626ce8f43985@mail.gmail.com> Subject: jQuery plugins for CouchDB From: "Hay (Husky)" To: user@couchdb.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Hi everyone, for a website we're currently building i'm experimenting with jQuery to get CouchDB results from a server. I've been looking into jQuery plugins to make everything a little easier, but after doing some research i haven't come up with much, so i hope maybe someone on this list could get me a little further. One plugin i've found is called jqCouch, but the last release is from 2007, so i guess that's pretty ancient in CouchDB terms. I guess JSONP support (which is essential for the site i'm building) is not in there. The other plugin is the 'official' one shipped with the tarball for the view frontend (jquery.couch.js). I get the feeling that the plugin is only written for the view backend, because it doesn't have any documentation and it also seems to lack JSONP support and setting another server than 'localhost'. Of course, i could hack the jquery.couch.js plugin to add support for both, but i'm hoping that there's another, easier solution. Thanks, -- Hay