Sha256: 2a160c39fb057c6e756eed8ff5a044cfb8b6d758b040eb214e5797c368ec8b25
Contents?: true
Size: 427 Bytes
Versions: 40
Compression:
Stored size: 427 Bytes
Contents
jQuery(function() { $.each($('section[id]'), function(index, element) { let anchor = document.createElement('a'); anchor.appendChild( document.createTextNode("ΒΆ") ); anchor.href = "#" + element.id; anchor.className = "self"; let heading = element.firstChild; anchor.title = heading.innerText; heading.appendChild( document.createTextNode(' ') ); heading.appendChild(anchor); }); });
Version data entries
40 entries across 40 versions & 2 rubygems