$('area').qtip({
content: $('#whatever-this-area-tags-alt-is'),
position: {
my: 'top left',
at: 'middle'
},
show: { delay: 0 },
hide: { delay: 200 }
});
I'd like to set content ID to whatever the current area
's alt is.
Thanks!