Image map - qTip2/qTip2 GitHub Wiki

Image map Add <area> and <map> support to qTip2's positioning system

The imagemap plugin adds additional positioning logic for <map> and <area> elements, allowing you to use qTips special corner positioning system with your imagemaps.

Usage

This particular plugin requires no additional user configuration. In order to utilise it, simply make sure you have it included in your qTip build and make sure that you point your jQuery selector to the <area> elements, NOT the <map> element! For example:

$('area').qtip({
	content: {
		text: 'Support for area maps with no extra configuration! Awesome.'
	},
	position: {
		my: 'top left',
		at: 'bottom right'
	}
});
⚠️ **GitHub.com Fallback** ⚠️