Twitter Bootstrap: tooltips on html map area

area, tooltip, twitter-bootstrap

Solution

I love Twitter bootstrap but some of the js plugins are a little simple in their current form.

Checkout qTip 2 - http://qtip2.com/

Does everything including image maps - http://qtip2.com/demos/#imagemaps

and you can just adjust the output classes to the bootstrap ones.

Problem

Tooltips from twiiter bootstrap is great, but they didnt work with <area> tags :( How can I fix it? I've noticed that js works, tooltip element is created, but it's position is wrong.. I've made a little example. http://jsfiddle.net/dhkFN/1/

Original source