这是我使用 GwtQuery 隐藏给定 DIV 的代码:
$("#historySection").hide();
但是,它根本没有隐藏。
这是实际的 HTML div:
<div id="historySection" class="ui-tabs-panel ui-widget-content ui-corner-bottom pad10">
<div data-field="history">
</div>
</div>
我的代码有什么问题?