(function(f){ f('li').on('click', function () { f(this).toggleClass('big').siblings().removeClass('big'); }); }(jQuery));