I have an html page with a header, a table containing 100 elements and a footer.
When there is a search, I highlight the line containing the data.
However, if the highlighted line is line 75, the user must scroll down to find it.
How can I automatically scroll this line?
I saw scrollTo () , but see that it only accepts axial points.
Any suggestions?
Thanks.
(Using cgi in C, html, css and javascript / jquery)
javascript jquery dom html
TTT
source share