up vote 2 down vote favorite
share [g+] share [fb]

Is it possible to embed an inline search box into a web page which provides similar functionality to the IE7Pro Inline Search or similar plugins for Firefox/Safari?

link|improve this question
Just a note. You don't need a plugin to do this in Firefox. It's built in. – EinSchatten May 15 '09 at 10:58
feedback

2 Answers

up vote 1 down vote accepted

jQuery inline search plugin

link|improve this answer
feedback

If I understand your question, you are asking if it is possible to allow a user to type in a query that will search the text of page they are on?

You can certainly do that. I would suggest looking into one of the javascript libraries, jQuery is my library of choice, for your functionality. It has a rich selector syntax that allows you to search various parts of the page easily and without worrying about cross-browser coding yourself.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.