Sha256: 518f24d7910340a51b70d23dad3b56db57dddf53b310ff2f8227aad960db0a52
Contents?: true
Size: 423 Bytes
Versions: 9
Compression:
Stored size: 423 Bytes
Contents
I"›(function() { if (typeof window.Alchemy === 'undefined') { window.Alchemy = {}; } Alchemy.Tooltips = function(scope) { $('[data-alchemy-tooltip]', scope).each(function() { var $el, text; $el = $(this); text = $el.data('alchemy-tooltip'); $el.wrap('<span class="with-hint"/>'); $el.after('<span class="hint-bubble">' + text + '</span>'); }); }; }).call(this); :ET
Version data entries
9 entries across 9 versions & 2 rubygems