Using nth-child and contains selectors in jquery

We select with nth-child the second child of td, that is to say, the second column of a table, and of this column we select the one that contains the text 5 and we insert an html code with a link. Then we select the second column, the one that contains the text 'part 2' and replace it with the text 'Column2 >>'
Comments

PHP Captcha


Interesting Articles