Skip to content

In this vanilla JS script, I have a JSON dictionary list and within each index contains a word & definition property. The JavaScript program is meant to scan any HTML5 page, highlight any keywords that matches the word property from the JSON data and include a tooltip hover event with it's correct definition depending on the JSON definition prop…

Notifications You must be signed in to change notification settings

sinaxace/Dynamic-Tooltip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Dynamic-Tooltip

In this scripting project, I have a JSON dictionary list and within each index contains a word & definition property. The JavaScript program is meant to scan any HTML5 page, highlight any keywords that matches the word property from the JSON data and include a tooltip hover event with it's correct definition, again depending on the JSON definition property.

This dynamic script was created for a contract job for the company: https://exomoonai.com/

About

In this vanilla JS script, I have a JSON dictionary list and within each index contains a word & definition property. The JavaScript program is meant to scan any HTML5 page, highlight any keywords that matches the word property from the JSON data and include a tooltip hover event with it's correct definition depending on the JSON definition prop…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published