content.js 147 Bytes Raw Blame History Permalink 1 2 3 4 5 var $ = require('/modules/lib/jquery.js'); $(function () { var path = location.pathname; $('[href="' + path + '"]').addClass('current'); });