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 ');  

Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -