Mapify icon indicating copy to clipboard operation
Mapify copied to clipboard

Responsive and stylable image maps using jQuery, SVG and CSS3

Results 19 Mapify issues
Sort by recently updated
recently updated
newest added

Hey Etienne, Can you help me to highlight all of the areas when the page load, and change the highlight color on hoover? Im experimenting with your solutions above without...

I see that you can call mapfiy like $("img[usemap]:first").mapify({}), and like $("img[usemap]:last").mapify({}). My question is, is there a keyword for second or third, etc? I've never seen the use of...

Those options allow highlighting an area at any time if you need to.

Currently, polygons initialize at the start and on mouseover, they are populated with coordinates. Is there a way polygons to be initialised with points at load?

Hi there was an useful issue for area always highlighted (#9) but what about showing text (for example title of area) on it without hovering.

This library already supports rect and poly areas, but doesn't support the last type: circle. Adding this support is not trivial, but not impossible. I could go ahead and give...

enhancement

Hi! I modified the script to highlight some areas after initialization. I add class "emptySpace" to some areas. In jquery.mapify.js string 201 i add: if ($(zone).hasClass("emptySpace")){ _this._drawHighlight($(zone)); }; Is this...

Hello, I am trying to simulate a hover on the clickable areas of the website so that the user knows what can be clicked. I camed up with this function:...

help wanted
question

Hello, I'm trying to make a dialog between the map and a table, such as an element that I click on the table, get activated on the map, does anyone...