$(function (){ $('#anchor_01').click(function(){ $(this).addClass('foo'); }) });