Response title
This is preview!
<div id="example"> <ul> <li><a href="ahah_1.html"><span>Content 1</span></a></li> <li><a href="ahah_2.html"><span>Content 2</span></a></li> <li><a href="ahah_3.html"><span>Content 3</span></a></li> </ul> </div>
I am guessing that your "LoadTabFunc" animates some backing JS code? This would be better handled, I think, through the "tabsload" event/.load method. Your code fragment reads as though you trigger a "load", an event intended to occur once only, on "tabsselect", an event that's expected to fire more than once.
Indeed (sigh)...based on ticket band how IE is the only browser where this issue occurs, why does anyone still use IE :-)
"workarea" is ... At one point it contains the definition for a tab [at] another, it contains some other content.
jquery does not support post for loading content into a tab. If post is needed, the only way to do it is to bind to one of the tab events.
© 2013 jQuery Foundation
Sponsored by and others.