Is there an alternative to find a text in a div except
window.find(text)
This command opens the search dialog box in firefox which I would like to avoid.
My aim is to highlight certain words inside a div when searching.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could use the jQuery Highlight plugin, sample usage :
or
This will create a DOM element (
span) around the word with the classhightlightthen just add the relevant CSS to highlight the word, something like