Google Chrome JSON issue

Google Chrome JSON issue

kdemkdem Posts: 2Questions: 0Answers: 0
edited September 2010 in General
Hello, I'm using datatables and I think it's great, I'm just having one issue with displaying data with google chrome browser. I'm using server side processing and paging, and there are particular rows in my db that if they are selected will cause chrome to give the JSON parsing error. The JSON that's being passed is valid(checked with JSON Lint) and can be displays with no problems in firefox or internet explorer. Any ideas why this would only happen in chrome and not the others? Thanks

Replies

  • allanallan Posts: 63,075Questions: 1Answers: 10,384 Site admin
    Not come across JSON not working in Chrome when it works in IE before... Perhaps you could paste the JSON for one of the rows that makes it fail please?

    Allan
  • kdemkdem Posts: 2Questions: 0Answers: 0
    Hi, thanks for the quick reply, and thanks for the excellent plugin. I found the source of the problem, the affected rows had some html in them, I just escaped it and problem solved. Anyway thanks again!
This discussion has been closed.