'use strict'; var serviceJs = { init: function init() { this.dsj(); }, dsj: function dsj() { $('.History .year').on('click', function () { $(this).parent().toggleClass('HistoryNow'); }); } }; serviceJs.init();