Find word using JQuery

Posted by tinti on Stack Overflow See other posts from Stack Overflow or by tinti
Published on 2010-06-02T13:15:32Z Indexed on 2010/06/02 13:44 UTC
Read the original article Hit count: 143

Filed under:
|
|

I need a little piece of advice. I have a test page with 2 fields: word number and URL Also i have a button Push.
When i push the button i want to open the specified URL (it's local html files) and highlight the word at the "word number" position Of course the code must ignore element nodes (<p>,<b>,<table> and so on)

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery