imagemapster
v1.9.2
Published
jQuery plugin that activates areas in HTML image maps with support for highlighting, selecting, tooltips, resizing and more
Downloads
727
Maintainers
Readme
ImageMapster: A jQuery Plugin to make image maps useful
ImageMapster activates the areas in HTML image maps so you can highlight and select them. It has lots of other features for manual control, tooltips, resizing, and more. It is designed to be compatible with every common platform, and is tested with Internet Explorer 6-10, Firefox 3.0+, Safari, Opera, and Chrome. It works on mobile devices and doesn't use Flash.
Documentation
See the ImageMapster website for full documentation including how to get started, demos, and live examples.
Release Information
See the change log for details on the release history and roadmap.
Support
See the support page for details on how to obtain support.
Contributing
See the contributing guidelines for details on how to contribute.
Development
The below covers the ImageMapster jQuery plugin. For information on how to develop the ImageMapster website, see its README.
You can simultaneously make changes to both the plugin and the website by running npm run dev
in both the plugin (./
) and site (./site
) directories. Any changes made to the plugin will be reflected in the site as it is imported directly from the build output.
Build
The source code is broken into several modules to make management easier and to make it possible to create feature-targeted builds. ImageMapster is built using grunt and can be invoked as follows:
- Clone the repo
- Install NPM dependencies -
npm install
- Generate a Build:
- Debug Build (uncompressed) -
npm run build
- Release Build (uncompressed/compressed/sourcemap) -
npm run dist
- Debug Build (uncompressed) -
Dev
- Clone the repo
- Install NPM dependencies -
npm install
- Run the dev task -
npm run dev
Tests
- Clone the repo
- Install NPM dependencies -
npm install
- Run the test task -
npm run test
ℹ️ Note
By default, tests will run using the latest version of jQuery. The library to use when running tests can be changed via the dropdown.
Examples
- Clone the repo
- Install NPM dependencies -
npm install
- Run the example task -
npm run example
ℹ️ Note
By default, examples will run using jQuery. To run examples using Zepto, modify the examples HTML file (e.g., USA) as follows, commenting out references to jQuery scripts and uncommenting references to zepto scripts.
...
+ <!--
<script type="text/javascript" src="redist/jquery.3.7.1.min.js"></script>
<script
type="text/javascript"
src="../dist/jquery.imagemapster.js"
></script>
+ -->
- <!-- <script type="text/javascript" src="redist/zepto.1.2.0.min.js"></script>
+ <script type="text/javascript" src="redist/zepto.1.2.0.min.js"></script>
<script
type="text/javascript"
src="../dist/jquery.imagemapster.zepto.js"
- ></script> -->
+ ></script>
...
Docs
ℹ️ Note
The docs have not been maintained and therefore are not under version control.
- Clone the repo
- Install NPM dependencies -
npm install
- Run the doc task -
npm run doc
License
Copyright © 2011-24 James Treworgy. Licensed under the MIT License.