biopama_protected_areas-8.x-1.3/js/tooltips.js
js/tooltips.js
jQuery(document).ready(function($) {
/* $( "div.tooltip-ter" ).tooltip({
trigger:"hover",
html: true,
placement: "right",
title:"CBD Target 11. Progress towards goal of protecting 17% of Terrestrial Areas.<br><div style='text-align: left;'><span style='color:#679b95;'>Blue</span> = Area protected towards the target<br><span style='color:#000;'>Black</span> = Area remaining<br><span style='color:#8fc04f;'>Green</span> = Area protected in addition to the target goal</div>",
delay: tTipDelay
});
$( "div.tooltip-mar" ).tooltip({
trigger:"hover",
html: true,
placement: "right",
title:"CBD Target 11. Progress towards goal of protecting 10% of Marine Areas.<br><div style='text-align: left;'><span style='color:#679b95;'>Blue</span> = Area protected towards the target<br><span style='color:#000;'>Black</span> = Area remaining<br><span style='color:#8fc04f;'>Green</span> = Area protected in addition to the target goal</div>",
delay: tTipDelay,
}); */
})