Sha256: a348f292b3ed63b79c58ad2bedb48188c8707fbe843da8e67eac522ce42e76f7
Contents?: true
Size: 451 Bytes
Versions: 137
Compression:
Stored size: 451 Bytes
Contents
function toggleSource(id) { var src = $('#' + id).toggle(); var isVisible = src.is(':visible'); $('#l_' + id).html(isVisible ? 'hide' : 'show'); } window.highlight = function(url) { var hash = url.match(/#([^#]+)$/) if(hash) { $('a[name=' + hash[1] + ']').parent().effect('highlight', {}, 'slow') } } $(function() { highlight('#' + location.hash); $('.description pre').each(function() { hljs.highlightBlock(this); }); });
Version data entries
137 entries across 137 versions & 6 rubygems