Getting Exception thrown and not caught error on jquery ui tabs in ie8
- by Jason
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.