Monday 15 April 2013

jQuery excluding certain columns from selection -


I have a table where each line is clickable. Some columns in this table are linked. I want to exclude 'link' column from jQuery selection.

My first column, and the third column are links, so I'm working again after each row in the table:

  row.children ('td: Column for column 0 and 1  

column 3+ row.children ('td: lt (2)') // for gt (2) ') // What's the way Two lines?

  line.short ('td: gt (2), td: lt (2) ')  

Edit : Ah, Art defeated me.


No comments:

Post a Comment