IE Intenet Explorer issues using Ajax Source

IE Intenet Explorer issues using Ajax Source

agesoneagesone Posts: 7Questions: 0Answers: 0
edited August 2011 in General
Firefox works fine, but when i call any sorting on the datatable (ajax processing) on IE it just says 'Processing..' and i get an error in the browser that says:

Webpage error details

Message: 'undefined' is null or not an object
Line: 38
Char: 280
Code: 0
URI: .... jquery.dataTables.min.js


This is only happening in IE, firefox updates the datatable just fine when sorting/filtering/searching using ajax.. Please help.

Replies

  • allanallan Posts: 63,523Questions: 1Answers: 10,473 Site admin
    More likely you have a JSON error. Please run your JSON return through http://jsonlint.com to make sure it is valid. I would guess you have a trailing comma somewhere.

    Allan
  • agesoneagesone Posts: 7Questions: 0Answers: 0
    Thank you for your response.. Nice work on the app..

    Anyhow, the JSON does validate.. any other idea's what this may be caused by?
This discussion has been closed.