I found this helpful jsfiddle on adding tooltips with jQuery.
How could I get the same results but with dynamically created elements?
Without any plugins, if thtas possible.
Depending on which options a user ticks, my div will display one of three coloured circles to show the importance of a task. Can I add a tooltip to the circles in a manner such as this?
jQuery(function() {
jQuery( '.veryImportant' ).tooltip();
});