javascript - Searching through a column in an HTML table and extracting data in a corresponding cell? -


is there way have javascript search through 1 column in html table , return data in corresponding cell? example, in table below, how search through first column 'c' , automatically return 'd'?

--------- | | b | --------- | c | d | --------- 

p.s.: sorry confusing question, didn't know how else ask it.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -