Getting Exception thrown and not caught error on jquery ui tabs in ie8

Posted by Jason on Stack Overflow See other posts from Stack Overflow or by Jason
Published on 2010-05-26T01:49:13Z Indexed on 2010/05/26 1:51 UTC
Read the original article Hit count: 1363

I am getting the following error (pointing to jquery-1.4.2.js):

Message: Exception thrown and not caught
Line: 2904
Char: 2
Code: 0

With the following:

  • IE8
  • jquery 1.4.2
  • jquery ui 1.8.1

When I do the following:

$("#theTabs").tabs();

On the same page I also have two instances of the jquery ui dialog and one instance of the jquery ui accordion.

Am I missing something? This does not happen in FF on Windows (nor in Safari or FF on OS X) I use the same code elsewhere for tabs and they work just fine.

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about jquery-ui