maphilight

WebJar for maphilight

License

License

MIT
Categories

Categories

Github Development Tools Version Controls
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

github-com-kemayo-maphilight
Last Version

Last Version

1.4.0
Release Date

Release Date

Type

Type

jar
Description

Description

maphilight
WebJar for maphilight
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/kemayo/maphilight

Download github-com-kemayo-maphilight

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/github-com-kemayo-maphilight/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>github-com-kemayo-maphilight</artifactId>
    <version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-kemayo-maphilight/
implementation 'org.webjars.npm:github-com-kemayo-maphilight:1.4.0'
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-kemayo-maphilight/
implementation ("org.webjars.npm:github-com-kemayo-maphilight:1.4.0")
'org.webjars.npm:github-com-kemayo-maphilight:jar:1.4.0'
<dependency org="org.webjars.npm" name="github-com-kemayo-maphilight" rev="1.4.0">
  <artifact name="github-com-kemayo-maphilight" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='github-com-kemayo-maphilight', version='1.4.0')
)
libraryDependencies += "org.webjars.npm" % "github-com-kemayo-maphilight" % "1.4.0"
[org.webjars.npm/github-com-kemayo-maphilight "1.4.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.npm : jquery jar [3.0.0,4)

Project Modules

There are no modules declared in this project.

Maphilight

CDNJS

Maphilight is a jQuery plugin that adds visual hilights to image maps.

It provides a single jQuery function: $('.foo').maphilight()

In IE VML is used. In other browsers canvas is used. Maphilight has been tested in Firefox, IE, Safari, Chrome, and Opera.

Documentation is included in the docs directory, or can be found at https://davidlynch.org/projects/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

Versions

Version
1.4.0