<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"); });
我尝试了很多变化,但它不起作用..请分享您的知识。