You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.
I'm a developer with the US Fish and Wildlife Service based out of Atlanta, GA. We're currently re-designing our website and have decided to build a glossary to help our readers navigate regulatory jargon. The glossary downloads terms via AJAX so the terms can be cached. A sub-module of the project searches the current page for any terms and wraps them in a span with a class so they can be highlighted/hooked into w/JavaScript. Clicking a term summons the glossary from off screen. Full text search support is provided by lunr.js.
It's a modular application built with browserify. It's pretty easy to integrate into an existing website (just modify the index.js entry file) and currently weighs in at 39.7kb when minified. If you have any interest you can see the github repo or the relatively unstyled demo.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey!
I'm a developer with the US Fish and Wildlife Service based out of Atlanta, GA. We're currently re-designing our website and have decided to build a glossary to help our readers navigate regulatory jargon. The glossary downloads terms via AJAX so the terms can be cached. A sub-module of the project searches the current page for any terms and wraps them in a span with a class so they can be highlighted/hooked into w/JavaScript. Clicking a term summons the glossary from off screen. Full text search support is provided by lunr.js.
It's a modular application built with browserify. It's pretty easy to integrate into an existing website (just modify the index.js entry file) and currently weighs in at 39.7kb when minified. If you have any interest you can see the github repo or the relatively unstyled demo.
The text was updated successfully, but these errors were encountered: