jQuery select column -
I would like to select all the cells in the first column of a table. Can anyone please tell me the code.
Try it ..
$ ('Sortable tr: nth-child (1)'); // Getting full line
$ ('Sortable td: First-child ');
I would like to select all the cells in the first column of a table. Can anyone please tell me the code.
Try it ..
$ ('Sortable tr: nth-child (1)'); // Getting full line
$ ('Sortable td: First-child ');
Comments
Post a Comment