A
A
AskJs2018-02-25 19:08:36
JavaScript
AskJs, 2018-02-25 19:08:36

How to get values ​​in a table?

Hello.
Such a question:
I need to compare the value that I enter into input with the values ​​that are in table -> tr -> td
if (input === ' ').
How to get the values ​​of "test" and "test2", and compare?
thanks for the help)

<tr>
     <td>test</td>
      <td>s</td>
</tr>
<tr>
        <td>test2</td>
        <td>b</td>
</tr>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
twobomb, 2018-02-25
@AskJs

If on pure js then this is possible

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question