$( “tr:odd” ) – selector is used to select the odd rows of the table.
tr odd Selects all odd rows of table with jQuery syntax
tr odd Selects all odd rows of table – jQuery Example
<title>tr odd Selects all odd rows of table - jQuery Example</title> Click Me To Select Odd Rows <br/><br/>
|
Note : Row Index starts from 0,1,2….