|
Sorry for that... I did some more digging. The original error I was getting was the result of an typo within the couchapp code, so I was able to resolve that. Unfortunately, that did not resolve my ajax issue. I have attached a snapshot of the output from firebug showing the responses I was getting. Something else I tried was to use the jquery lib, but had similar issues with it. Here is the code snippet for each of them: <script type="text/_javascript_" charset="utf-8"> db = $.couch.db("sessions"); $.log('info :' + db.info()); </script> <script type="text/_javascript_" charset="utf-8"> $.getJSON('_list/sort/srcAddr?group=true', function(data) { $.log('list: ' + data)}); </script> Just to summarize these in reference to the snapshot, the first 'GET' response is responding to the db.info. As you can see the correct response is there, but when I try to log it, I get 'undefined'. Similar to that, the second 'GET' is in response to the .getJSON, where I get the correct response, but when I try to log it, I am not getting what I would expect to see. Not sure where the third 'GET' is coming from, but the fourth one is coming from Evently. Hope this helps Thanks in advance for you help
|
- simple AJAX request Chris Johnson
- Re: simple AJAX request Ernesto Freyre
- Re: simple AJAX request Stefan Matheis
- Re: simple AJAX request Chris Johnson
- Re: simple AJAX request David M. W. Martin
- Re: simple AJAX request Chris Johnson
- Re: simple AJAX request N/A N/A
- Re: simple AJAX request Chris Johnson
- Re: simple AJAX request Chris Johnson
- Re: simple AJAX request N/A N/A


