Hi there!
Is it possible to add attributes like id, class, etc.. when tab are dynamically added by event?
<div class=”jqx-tabs-content jqx-widget-content jqx-rc-b” style=”float: none; height: auto;”>
<div id=”content-1″ << role=”tabpanel” class=”jqx-tabs-content-element jqx-rc-b” style=”display: none;”>Content 1</div>
<div id=”content-2″ << class=”jqx-tabs-content-element jqx-rc-b” style=”display: block;”>Loading…</div>
</div>
*edit
Adding to the previous question, how does tab button know its content div element when tab clicked?