Nested jQuery tabs

前端 未结 3 1576
耶瑟儿~
耶瑟儿~ 2021-01-21 17:29

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

3条回答
  •  逝去的感伤
    2021-01-21 17:39

    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.

    Can you please post the JQuery error?

提交回复
热议问题