这是以下DIV结构:
<div class="demo">
<div id="tabs">
<div id="tabs-1"></div>
<div id="tabs-2"></div>
</div></div>
如何从 JavaScript 访问“tabs-2”?
var plot2 = $.jqplot ('tabs-2', [points], {...
此 JavaScript 代码仅适用于 1 级 DIV 容器,例如“演示”。
这是以下DIV结构:
<div class="demo">
<div id="tabs">
<div id="tabs-1"></div>
<div id="tabs-2"></div>
</div></div>
如何从 JavaScript 访问“tabs-2”?
var plot2 = $.jqplot ('tabs-2', [points], {...
此 JavaScript 代码仅适用于 1 级 DIV 容器,例如“演示”。