Answer the question
In order to leave comments, you need to log in
How to read the second element of a continuously updated table?
Through this code I get the value (number) from the table:
var temperature = $('table#DataTables_Table_0 tr:eq(1) td:eq(6)').text();
Answer the question
In order to leave comments, you need to log in
Reduce the amount of code between element selection and value output. Those. choose the value right before outputting.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question