Kôd:
var linkarr = [];
$$('div[id="pretraga_odabir"] a').each(function(el){
linkarr.push(el);
el.observe('click', function(e){
linkarr.each(function(el){
el.setAttribute('style', 'text-decoration:none !important;');
});
if (e.target.tagName!='A') trgt = $(e.target).up('a');
else trgt = e.target;
trgt.setAttribute('style', 'text-decoration:underline !important;');
});
});
prototypejs verzija, testirano radi include ovaj js u header:
http://prototypejs.org/assets/2009/8/31/prototype.js