Unable to Debug jquery.dataTables.js in IE8

Unable to Debug jquery.dataTables.js in IE8

saichaitanyad1saichaitanyad1 Posts: 6Questions: 0Answers: 0
edited September 2011 in General
Hi
I am getting few weird I am trying to debug few functions in dataTables file. If I put an alert I am getting those alerts but if i put a debug point the cursor is not stoping there.
I am using server side processing.Also I gave pagination as full_numbers. In fnInit I am getting totalRecords as 0 but in fnUpdate I am getting correct total records.

Replies

  • fbasfbas Posts: 1,094Questions: 4Answers: 0
    try changing debuggers (you can install better debuggers for IE, or use firefox or chrome).

    most browsers these days do optimization on your code, so your code doesn't always run exactly in the order you wrote it. this can cause alert() and other functions to run out of the expected sequence when the compiler feels that the results will be the same no matter what order they run in.
This discussion has been closed.