Sha256: 32ceda667eb213400b78cc1fec416349741a7ece8cbff43b169dae917960fe49
Contents?: true
Size: 274 Bytes
Versions: 99
Compression:
Stored size: 274 Bytes
Contents
mumuki.load(function () { var hash = document.location.hash; if (hash) { $(".nav-tabs a[data-target='" + hash + "']").tab('show'); } $('a[data-toggle="tab"]').on('show.bs.tab', function (e) { window.location.hash = $(e.target).attr('data-target'); }); });
Version data entries
99 entries across 99 versions & 1 rubygems