I'm trying to customise the positioning of my tooltips, using jQuery UI Tooltip and this code:
$(".karma").tooltip({
position: {
my: "center bottom",
at: "right top"
}
});
But whatever I do to "my" and "at" nothing changes. What am I doing wrong?
Here is the link to the jQuery Tooltip API position section