What's new
HTML Forums | An HTML and CSS Coding Community

Welcome to HTMLForums; home of web development discussion! Please sign in or register your free account to get involved. Once registered you will be able to connect with other members, send and receive private messages, reply to topics and create your very own. Our registration process is hassle-free and takes no time at all!

How to achieve this in javascript or jquery or somehow

javadev2090

New member
Hi,

I have just 100 MB of data which can be categoried in to different HTML files - say 1,300 files. or text files..

I need to provide a type-ahead search to search any keyword in the 100 MB of the files and it should display beautifully with highlighted for easy navigation - previous, next. On navigating the HTML file from the search, it should highlight the same keyword in the entire HTML file...

Very simple use case...

This has to be hosted in the server as well....Offline and Server version as well..

What is the best way to do it?

thanks.
 
JavaScript is achieved via the prototype chain This is defined as the chain of references starting with any given object. We have seen how early techniques for configuring the prototype chain had limitations surrounding coupling between child and parent constructor functions.
 
Back
Top