The project I am working on at school is to perform a keyword search on word documents and convert the searched documents into html web pages for online browsing. Is there any way to mark the corresponding keywords when generating web pages? ?, it’s best to respond to the discussion (solution) as highlighted in the pdf
$(function(){
$(body) .find("Search").css("color","#e0e0e0");
}
$(function(){
$(body).find(" Search ").css("color","#e0e0e0");
}
http://johannburkard.de/blog/ programming/javascript/highlight-javascript-text-higlighting-jquery-plugin.html
http://jsfiddle.net/jikeytang/0rjrxmo9/1/