<table class="table lsttabl">
<thead>
<tr>
<th><div id="NameLabel">Customer Name</div></th>
<th>Email</th>
<th>Registered</th>
<th id="Date1Label">Created Date</th>
<th id="Date2Label">Last Updated Date</th>
<th id="Date3Label">Expiry Date</th>
<th id="UserCountLabel">User Count</th>
<th>Active</th>
<th>Configure</th>
<th>Edit</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
そして、私は以下のコードを使用してイベントをバインドしようとしています
$("#NameLabel").click(function () { alert("hello"); });
多くのバリエーションを試しましたが、機能しません。知識を共有してください。