Sha256: 80d2d448cb62023a7315904c713b791adf8c83dcd758aae9977616f8e1a01d57
Contents?: true
Size: 210 Bytes
Versions: 4
Compression:
Stored size: 210 Bytes
Contents
$(document).ready(function() { $('.fooltip-link-container').each(function() { $(this).children('a').attr('data-content', $(this).children('.content').html()); }); $('.fooltip-link').popover(); });
Version data entries
4 entries across 4 versions & 1 rubygems