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(''); $el.after('' + text + ''); }); }; }).call(this); :ET