Sha256: c6dbd3e1335ef85925490b617d535c8c8d5482d624b3183a5628cbcabf415fb4
Contents?: true
Size: 393 Bytes
Versions: 14
Compression:
Stored size: 393 Bytes
Contents
$(document).ready(function () { const url = document.location.toString(); if (url.match('#')) { $('.nav-tabs a[href="#' + url.split('#')[1] + '"]').tab('show'); } $('.nav-tabs a').on('click', function () { window.location.hash = this.target.hash; $(this).tab('show'); }); $('#sort').on('click', function () { console.log('e') }) });
Version data entries
14 entries across 14 versions & 1 rubygems