ithequixotic
New Member
\[code\]<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> \[/code\]And I am trying to Bind Event using the code below\[code\]$("#NameLabel").click(function () { alert("hello"); });\[/code\]I tried many variations but it is not working.. Please Share your knowledge.