Search text function

1

What is the correct way to search for text on the page?

I'm developing a "single" page in HTML and would like a search field when typing find text, similar to what happens today with CTRL+F , I'd like to manipulate the field found with

    
asked by anonymous 10.01.2017 / 13:56

1 answer

1

Only HTML does not work. HTML only renders components in the browser.

If you're going to use at least JavaScript, this question in the English OS does what you need.

JQuery search in static HTML page with highlighting of found word .

    
10.01.2017 / 14:07