0

I have multiple instances of jQuery tabs on the same page. One of the instances is losing it's initialization. In other words, I initialize it just fine, but then later in the code, it is not initialized. I am wondering how to detect this condition. The ui-tabs classes are clearly present on the elements of the tab, but an attempt to do this fails:

$('#myTab')tabs('option')

4

1 回答 1

0

当我检查小部件是否存在于 _init 代码中时,问题就消失了,如果找到它,我会销毁它然后重新创建它。

于 2013-08-13T00:36:57.617 回答