19 filesupdated Jun 14, 2026
files10Download
./docsJun 14, 2026./toolsJun 14, 2026.gitignoreJun 14, 2026Gruntfile.jsJun 14, 2026jquery.maphilight.jsJun 14, 2026jquery.maphilight.min.jsJun 14, 2026MIT-LICENSE.txtJun 14, 2026package-lock.jsonJun 14, 2026package.jsonJun 14, 2026README.mdJun 14, 2026README
Maphilight
Maphilight is a jQuery plugin that adds visual hilights to image maps, by overlaying the image with a canvas element.
It provides a single jQuery function: $('.foo').maphilight()
Documentation is included in the docs directory, or can be found
at https://projects.davidlynch.org/maphilight/docs/
Development
If you want to make changes to Maphilight, check out the repository and then do:
> npm install
Before submitting a pull request, make sure you've run
> grunt lint
and fixed any errors it reports.
To regenerate the minified version, you can run
> grunt