A selector for selecting the first cell from the odd jquery line and inserting text into it:
$('[tr td:first-child]:odd').text('текст');
My option does not work.
$("tr:even td:first-child").text('текст');
jsFiddle
Source: https://ru.stackoverflow.com/questions/592894/More articles:Translate a string into an array to find the maximum and minimumphp-java-bridgeHow to view information collected about minion?Bootstrap menu on mobile devices does not work correctly, how to solve the problem?How to replace the values of elements in the list?Creating an object through Retrofit 2 + GsonHow to register Stasis app in Asterisk?Shut down Androids activations for calls to yourHow to make collision handling for objects of one class?How to run a program with a source fileAll Articles