Sha256: 9768cd868267fb804bed838e0f616e29b854bc791ed40c207e9f7f25a8f9577a
Contents?: true
Size: 424 Bytes
Versions: 22
Compression:
Stored size: 424 Bytes
Contents
function showTooltip(x, y, contents) { $('<div id="tooltip">' + contents + '</div>').css( { position: 'absolute', display: 'none', top: y + 5, left: x + 5, border: '1px solid #5395bc', padding: '5px', 'background-color': '#eaf0f3', opacity: 0.80 }).appendTo("body").fadeIn(200); } $(document).ready($(function() { $('#page').equalHeights(); }));
Version data entries
22 entries across 22 versions & 1 rubygems