jQuery newb here... I have a function called with onclick of a button. Inside this function I make an ajax call to another webpage which just returns some text (a single number). The onclick function is called, and the ajax call to the webpage is made (as the logging of that page indicates), an HTTP status 200 is returned, yet an error is returned as well and the callback function is not called. I'm not sure what the error means. The ajax call and the alert error are below. Any ideas? Thanks!