Forum FAQForum FAQSearchSearch MemberlistMemberlist Forum ignore listForum ignore list RegisterRegister ProfileProfile Log in to check your private messagesLog in to check your private messages Log inLog in
prototype selektiranje

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Client-side
View previous topic :: View next topic  
Author Message
Tristan



Joined: 01 Aug 2006
Posts: 614
Location: Under the sky

PostPosted: 14.07.2007 17:10    Post subject: prototype selektiranje Add user to your forum ignore list Reply with quote

trebao bih naredbu koja bi linku klase tekst1 davala neki novi href.. bilo koji.. nevažno..
probavao sam to na razne načine, nisam uspio..
hvala unaprijed

_________________
Carpe diem...
Back to top
View user's profile Send private message Visit poster's website
carr



Joined: 13 Nov 2003
Posts: 1397
Location: Karlovac

PostPosted: 14.07.2007 19:48    Post subject: Re: prototype selektiranje Add user to your forum ignore list Reply with quote

Tristan wrote:
trebao bih naredbu koja bi linku klase tekst1 davala neki novi href.. bilo koji.. nevažno..
probavao sam to na razne načine, nisam uspio..
hvala unaprijed

Code:
var links = document.getElementsByClassName('tekst1');
for(var i=0;i<links.length;i++){
   links[i].href = "www.mi3dot.org";
}

_________________
Bolje biti malo lud, nego malo pametan.
Back to top
View user's profile Send private message Visit poster's website
zytzagoo
mi3.crew


Joined: 25 Aug 2003
Posts: 1842
Location: Zagreb, Hrvatska

PostPosted: 14.07.2007 23:19    Post subject: Add user to your forum ignore list Reply with quote

Ako bas hoces sa prototype libraryem, onda mozes i ovako:
Code:
$$('.tekst1').each(function(el) {
   el.href = 'http://somelink.com';
});

_________________
[+]I[+]am[+]my[+]own[+]religion[+]
Back to top
View user's profile Send private message Visit poster's website Twitter profile
Tristan



Joined: 01 Aug 2006
Posts: 614
Location: Under the sky

PostPosted: 15.07.2007 08:38    Post subject: Add user to your forum ignore list Reply with quote

hvala obojici...

_________________
Carpe diem...
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Client-side All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group