突出显示textarea中的搜索文本

时间:2010-05-25 05:38:04

标签: javascript jquery

我必须在文本区域中突出显示搜索字词。

我有一个文本归档,搜索按钮和文本区域。

引用...

After i have enter the search string in the text field whenever i click the search button it highlight the search terms which is available in the text area and focus the search term in text area.

I have try to do this by using jquery.

But in mozilla,I can't get the focus to the search term at the time of search.

I have to scroll down the text area for find the focused search term.

In I.E. also it doesn't work properly. 

否则,如果任何与文本区域中的突出显示搜索词相关的帖子也很明显。

请指导我实现这一目标。

1 个答案:

答案 0 :(得分:2)

在Internet Explorer上,我将TextRange对象的使用与boundingTop属性值结合起来。