What I’m trying to do is that a user can only click on specific columns in a table. In the example in the fiddle for example only on the 2nd till the 15th column. The first two weeks in a time registration module.
I was trying with :lt() function but that only works on the first row it seems.
You can just check the .index() of the td to see if it’s between 2 and 15 – adjusting the numbers as you need.
http://jsfiddle.net/jJpnr/