Sha256: ee73f735b48435ef01e19c69c35c6ed82a4e72b1a52889702fffbf37a37f7472
Contents?: true
Size: 315 Bytes
Versions: 159
Compression:
Stored size: 315 Bytes
Contents
window.Alchemy = {} if typeof(window.Alchemy) is 'undefined' Alchemy.Tooltips = (scope) -> $('[data-alchemy-tooltip]', scope).each -> $el = $(this) text = $el.data('alchemy-tooltip') $el.wrap('<span class="with-hint"/>') $el.after('<span class="hint-bubble">'+text+'</span>') return return
Version data entries
159 entries across 159 versions & 1 rubygems