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
Izvlačenje ID-a kliknutog linka (js)

 
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
ivan2704



Joined: 05 May 2005
Posts: 13

PostPosted: 01.11.2005 14:02    Post subject: Izvlačenje ID-a kliknutog linka (js) Add user to your forum ignore list Reply with quote

Znači, pitanje je jel se može i kako se može izvući ID atribut kliknutog linka sa javascriptom?
Hvala
Back to top
View user's profile Send private message
Sulien



Joined: 04 Jan 2004
Posts: 2905
Location: Zagreb

PostPosted: 01.11.2005 14:07    Post subject: Add user to your forum ignore list Reply with quote

Na click se zove funkcija na koju referencira onclick property svakog linka. Funkcija se zove kao metoda tog objekta, odnosno link elementa, tako da ključnom riječi "this" referenciraš kliknut link element. Njegov ID dalje izvučeš sa "this.id"
Back to top
View user's profile Send private message Send e-mail Visit poster's website
ivan2704



Joined: 05 May 2005
Posts: 13

PostPosted: 01.11.2005 14:48    Post subject: Add user to your forum ignore list Reply with quote

Sulien wrote:
Na click se zove funkcija na koju referencira onclick property svakog linka. Funkcija se zove kao metoda tog objekta, odnosno link elementa, tako da ključnom riječi "this" referenciraš kliknut link element. Njegov ID dalje izvučeš sa "this.id"


Sorry, što te zezan, al moš li to dat na nekom primjeru, ne razumin se baš u js
Back to top
View user's profile Send private message
che.UP
mi3.crew


Joined: 07 Sep 2003
Posts: 2320
Location: zagreb

PostPosted: 01.11.2005 15:05    Post subject: Add user to your forum ignore list Reply with quote

Code:
<a href="link.html" id="id_linka" onclick="neka_funkcija(this.id);">link tekst</a>

_________________
UP | TypeTester | Accommodations App
Meni u Firefox-u ne radi AJAX
Back to top
View user's profile Send private message Visit poster's website
ivan2704



Joined: 05 May 2005
Posts: 13

PostPosted: 01.11.2005 15:44    Post subject: Add user to your forum ignore list Reply with quote

Sulien, che, zahvaljujen Very Happy
Back to top
View user's profile Send private message
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