Multi-Filter Demo Error in Firefox 4 on Windows 7

Multi-Filter Demo Error in Firefox 4 on Windows 7

jsliferjslifer Posts: 2Questions: 0Answers: 0
edited April 2011 in Bug reports
The multi-filter demo does not work in Firefox 4 on Windows 7. When I type in one of the column search boxes I see the following error in Firebug and the column is not filtered. The same example works correctly in IE8 and Chrome 10. Incidentally, the "Search all columns" filter does work.

$("tfoot input").index is not a function
http://www.datatables.net/examples/api/multi_filter.html
Line 26

Replies

  • allanallan Posts: 61,665Questions: 1Answers: 10,096 Site admin
    The example seems to work okay for me in Firefox 4 on both Mac and Win7. $().index is a core function of jQuery so I'd be surprised if that wasn't available. I'm not entirely sure what would be going on here I'm afraid...

    Allan
  • jsliferjslifer Posts: 2Questions: 0Answers: 0
    The demo, and my code based on the demo, is now working in FF4 on the same machine. Magical windows reboot.
This discussion has been closed.