$('div').fn.ColorIt = function() { this.filter(".a").each(function() { $(this).css("color", "red"); }); };