我有一个表单,其中有几个按钮。使用 Jquery 我必须隐藏一个特定的按钮。我可以通过获得所有按钮$( ":button")
但我无法找到按钮,因此无法隐藏。
以下是该按钮的源代码:
<td nowrap="">
<button id="s_3_1_20_0_Ctrl" class="appletButton"
aria-label="Line Items:View Supplier Notes"
title="Line Items:View Supplier Notes" tabindex="0"
data-display="View Supplier Notes" type="button"
style="visibility: visible;"> … </button>
</td>