I\'m new to jQuery (a couple of weeks). I\'m trying to nest the jQueryUI
tab control. It works fine until the nested tabs are in an external
file then I get an exception thrown
Once you called a innerTab page, all the HTML elements become rendered at once. You could be having issues with multiple copies of ID fields, such as "tabs"... The JQuery is referencing $("#tabs"), but there are two present.