I'm using AJAX to pull information out of a mysql database and load it onto a page seamlessly. Overall, I've have just about everything working fine except for one thing. If the text stored in the database contains certain characters (', &, etc.), my AJAX call failsr. The call returns readystate 4 with a status 200; however, it also generates a parsererror and thus the success function isn't called.
Does anyone have any suggestions as I'm lost?
Thanks in advance.