javascript - Unbind a tooltip from a svg>rect element -
in contributions calendar heatmap @ https://github.com/ben174?tab=contributions&from=2015-01-27 - can't seem figure out how unbind tooltip mouseover.
it's it's showing without event bindings, can't figure out how that's possible.
some things i've tried:
$("svg rect").unbind("mouseover") $("svg").unbind("mouseover")
if @ parent <div>
<svg>
,
<div class="js-calendar-graph ...etc...">
there mouseover , mouseout events attached that. disabling mouseover stopped tooltips appearing me.
Comments
Post a Comment