"Object doesn't support this property or method" in IE 8

"Object doesn't support this property or method" in IE 8

cooldevguycooldevguy Posts: 1Questions: 0Answers: 0
edited October 2012 in DataTables 1.9
Everything seems to be fine while using IE9, IE 9 in compatibility mode. However while using IE 8 get this error. Line 6613 in datatables
var anRows = $(this).children('tbody').children('tr:lt(' + iLen + ')'); seems to be the problem.

$(this).children('tbody') throws the above mentioned exception.
Any ideas how I can overcome this?
This discussion has been closed.