Skip to footer navigation.

« Oatmeal

JavaScript help!?

Does anyone know of a way to implement client-side full text search in JavaScript without needing to build an index. I’m ideally looking to use the HTML markup itself as the index. Essentially I’m looking for the browsers cmd+f functionality to an HTML document. (I, unfortunately can’t just say use cmd+f”)


Edited to add: I found a pretty solid solution in markjs.

Published

Tags