Pogledajte određenu poruku
Staro 01. 04. 2010.   #26
cvele
Banned
Knowledge base
 
Avatar cvele
 
Datum učlanjenja: 01.07.2005
Poruke: 1.598
Hvala: 206
140 "Hvala" u 89 poruka
cvele ima spektakularnu aurucvele ima spektakularnu auru
Default

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
cvele je offline   Odgovorite uz citat