css3 - Add HTML markup to materialize.css tooltip -


is there way add html markup tooltip in materialize? i'm trying arrange data definition list inside tooltip. tried add directly data-tooltip attribute doesn't seem recognize tags.

in materialize.js, around line 1258 make following change covert tooltips html.

// change .text() newtooltip.children('span').text(origin.attr('data-tooltip')); // .html() newtooltip.children('span').html(origin.attr('data-tooltip')); 

Comments

Popular posts from this blog

symfony - InvalidConfigurationException in SecurityExtension.php line 429: No authentication listener registered for firewall "secured_area" -

angular ui router - 10 digest iterations reached in angularjs when using $state.go -

javascript - Can Piwik report referrer in real time? -