I need some suggestions here or maybe some explanations. I have a jquery ajax call,
$.ajax({
type: \"GET\",
url: base_url+\'/ajax/fetch/counts/\',
dataTyp
I'm not a jQuery expert, but I know that bwith Prototype.js, the AJAX error handler fires if the request is successful but the success handler causes an an error. Is that the same in jQuery? You could test if this is what's happening by putting the entire contents of display_counts in a try..catch block.