Questions tagged [rel]

The rel attribute specifies the relationship between the current document and the linked document

The rel attribute is used in HTML elements to specify the relationship and connection between the current document and the linked document.

Source: W3C (link)

204 questions
-1
votes
2 answers
-1
votes
1 answer
-1
votes
2 answers

Add rel="xx" to jQuery a.link elements

I use a little jQuery script to run a simple music player, but I'd like to add a rel="player" to the links in this jQuery script (the play/stop button for instance). This way I can exclude these rel="player" links from another jQuery script I use,…
Xavier
  • 87
  • 1
  • 10
-2
votes
2 answers

update attribute that is html

I have a anchor with an attribute rel. in the rel value there is html, such as
user516883
  • 8,868
  • 23
  • 72
  • 114
-2
votes
1 answer

Trouble getting photos to open using Facybox gallery

ive downloaded a javascript gallery window called facybox: http://bitbonsai.com/facybox/ I've followed the tutorial and now i'm trying to get my photo's to open in this but instead the images are just opening in a new window. can someone correct me…
Eric Haze
  • 133
  • 4
  • 10
-2
votes
2 answers

rel attr with jquery always take the first value

I have this: HTML: Then: selectedBtn = $('#selectedsong'); selectedBtn.click(function() { self.selectedsong($('a',…
MGE
  • 803
  • 2
  • 12
  • 22
-3
votes
1 answer

in html / css how can i use two stuff having the same rel "stylesheet"?

help me understand how to get two defferent links of css with same (rel) like "stylesheet" li:hover {color: green;} .nothing {color: purple;} p {font-family:monospace;} .new_font { font-family: 'Tangerine', serif; font-size:…
-5
votes
3 answers

What means "rel" "and "style" mean here?

As you can tell I'm very new to coding so please excuse my simple question. What do the HTML tag attributes rel and type do in the this case?
Timo B.
  • 51
  • 1
  • 1
  • 5
1 2 3
13
14