$(function () { $('.st_main li').click(function() { $(this + ' > a').attr('class', 'active'); $(this + ' > a').css('margin-left', '100px'); }); });