$('a(href)').each(function() ( if((C = $(this).attr('href').match(/(.)(doc|xls|pdf)$/))) ( $(this).addClass(C(1)); ) ));
Ta bo pregledal vsak element na strani. Če ima atribut href v sebi .doc, .xls ali .pdf, bo zanj uporabil ustrezno ime razreda (npr. Class = "doc")