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
Post a Comment