简体   繁体   中英

Is there a way to troubleshoot my Rails javascript application.js in IE 8?

I have an application that works famously in Firefox, Safari, and Opera, but fails in IE 8. It give a really stupid error message:

Message: Object doesn't support this property or method
Line: 350
Char: 3
Code: 0
URI: http://evokat.localhost.com/javascripts/application.js?1343661671

All that does is point to the first letter of this line (which is indented 2 spaces):

partslist = $("#partslist").dataTable({
              "bPaginate": false,
              "bLengthChange": false,
              "bFilter": false,
              "bSort": false,
              "bInfo": false });

Naturally, my 2 largest customers use Internet Explorer 8. That error message tells me absolutely nothing, and I am unable to locate a Firebug-like debugging environment for IE. What is the next step I should take please?

There are some interesting discussions on installing developer toolbar / firebug with IE, check them out , probably could get a hint

how to use firebug in ie8

https://superuser.com/questions/43653/whats-ie8-equivalent-of-chrome-and-firefox-firebug-inspect-element

How to install Firebug lite IE8?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM