Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

Releases for Map Hilight


Map Hilight 1.2.2

  • New options groupBy and wrapClass.
  • Allow $('area').data('maphilight') to override options/metadata.
  • Work around a jQuery bug with Opera.

Map Hilight 1.2

Sync this up with the github version.

Important changes:

* Works with IE 8
* New "neverOn" option for use with metadata by Zach Dennis, which stops individual areas from ever being hilighted
* Handles being called on the same area twice differently; now rebuilds the hilighted regions.

Map Hilight 1.1.2

Really fix the IE innerHTML thing this time.

Include checking for whether or not the image in question is loaded within .maphilight(). (If it's not loaded, stop and check again in 200ms.)

Map Hilight 1.1.1

Images are now wrapped in a span (set to display:block) instead of a div, to avoid a quirky IE invalid-nesting complaint which you would only see if you placed an img somewhere a div strictly shouldn't be.

Examples all updated to use .load() handlers, which prevents the images collapsing the first time you view a page. E.g.:

$('img[usemap]').load(function() { $(this).maphilight(); });

Include a minified version with the archive. (Using the YUI compressor.)

Various tweaks to make JSLint and YUI happy.

Map Hilight 1.1

Add new option: alwaysOn. If set, all areas will be displayed, regardless of mouseover.
Fix a bug that was stopping Firefox2 and Opera from displaying the overlays.

Map Hilight 1.0.1

Improved examples in the documentation.

Map Hilight 1.0

Initial release. Only tested with Firefox 3 and IE 6.