I've got the selector below:
$("#<%=GridView1.ClientID%> td:nth-child(5)").hover('doSomething)
Which is selecting the 5th td that is generated by a GridView. This is working fine.
My problem is I have paging enabled, and its also selecting the < Prev 1 2 3 Next > at the bottom, any ideas how to exclude this?