これは、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>
コードの何が問題になっていますか?