Skip to content

Tag: html

Get HTML Table Row by Value

I have a HTML Table: I want to make a JS function that will find “Sam” in the first column and replace the second column with “Green” This is a function based off another article, it find any word matching searchText in the table and replaces it with the replace string. What I want to …