this is my jquery method...

var db = $.couch.db(window.location.pathname.split("/")[1]);

 db.view("myDesign/myView", {
        success: function(data){
            data.rows.map(function(row) {
});
},
error: function(req, textStatus, errorThrown){alert('Error '+ textStatus);}
});

how to set key value here...
explain it..

thanks in advance....



--
View this message in context: 
http://couchdb-development.1959287.n2.nabble.com/How-to-fetch-particular-data-from-document-in-couchdb-using-jquery-tp7580890p7580894.html
Sent from the CouchDB Development mailing list archive at Nabble.com.

Reply via email to