Unable to Debug jquery.dataTables.js in IE8
Unable to Debug jquery.dataTables.js in IE8
saichaitanyad1
Posts: 6Questions: 0Answers: 0
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.
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.
This discussion has been closed.
Replies
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.