$('.autodoc_tag_color').click(function(e) { | $('.autodoc_tag_color').click(function(e) { | ||||
$(e.target).parent().children().removeClass('lead'); | $(e.target).parent().children().removeClass('lead'); | ||||
$(e.target).addClass('lead'); | $(e.target).addClass('lead'); | ||||
return false; | |||||
}) | }) | ||||
}); | }); | ||||