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')