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

learn more… | top users | synonyms

0
votes
1answer
22 views

Link tag with rel=canonical pointing to the page itself

I have a page for which I have translated the link with UrlManager (in Yii), and now I find myself with two Urls pointing to same page and the same content. This will affect my webpage ranking. ...
1
vote
0answers
8 views

Link relation type for linking representations to the abstract resource?

I use Content negotiation to let user-agents select one of several representations for a resource. Example: the resource http://example.com/essay has the following representations: text/html → ...
1
vote
3answers
38 views

How can I attach add rel=“lightbox” to a specific link?

I'm building a site in wordpress and need to add a lightbox to a specific link in the menu. I've tried several methods, but can't seem to get them to work. I'm certain it's just a mixup in the way I'm ...
1
vote
1answer
84 views

Validation: Bad value first for attribute rel on element link

I'm using Piwigo photo gallery software and it dynamically generates some code in the head of the page, which displays like this: <link rel="first" title="First" ...
0
votes
1answer
59 views

Using PHP to generate rel canonical on multiple pages within the same category (and using the glob( ) function)

Let's say you work for a company that has a reasonably large e-commerce website with lots of product categories and subcategories (and sometimes, sub-subcategories). As such, for the ease of the user, ...
1
vote
3answers
53 views

How to use relative link instead of absoloute for localhost and remote server

My Apache web server root directory is set to "C:\webserver\webroot\AptanaProjects" I want to be able to refer to a style sheet without putting in the absolute reference because I upload, using FTP, ...
0
votes
1answer
146 views

Gallery and Colorbox group images

I have a little gallery: Big photo Little thumbs at the bottom When a user click on a thumb the big photo change and when you click it ColorBox load, so far so good. Now i want that when a user ...
0
votes
0answers
64 views

Add rel=“next” and rel=“prev” for dynamically generated pages

I have a site, better to say an online shop. On it I have the pages for categories. Each category with products how it is normal have pagination. The SEO rules says that to not confuse Google we need ...
1
vote
3answers
230 views

jQuery Ajax refesh page content after success

I'm updating my database with jQuery .click() and then calling my aJax, my question is once the sql has ran what is the best way to refresh the content on the page so I'll be able to do the previous ...
0
votes
2answers
20 views

Trying to put rel and class inside rails link_to

I'm trying to put in a rel and class attribute inside a anchor tag but it keeps going into the img tag. I'm fairly new to Rails so I'm hoping can see what i'm doing wrong. <% ...
0
votes
1answer
72 views

Can Lightbox 2 work with an Image Map?

I am trying to use Lightbox 2 (ver 2.51) with an image map. The site is for a theme park, and the park map image has 8 areas, and each area should have its own slideshow. I tried using ...
0
votes
1answer
38 views

Dynamic text highlighting using the rel value from a link on a previous page

This might not be possible but I'll throw it out there anyway. I want a way to highlight text so that when you come to a page from a link, jQuery would highlight specific text using the rel attribute ...
0
votes
1answer
211 views

I'm having validation problems (w3 validator, html5) when using FancyBox JavaScript when using rel attribute [duplicate]

I'm having the validation problems (w3 validator, html5) when using FancyBox JavaScript " Bad value group for attribute rel on element a: Not an absolute IRI. The string group is not a registered ...
0
votes
1answer
45 views

jQuery filter by rel

I am trying to filter for all the links with a rel attribute, and then change that attribute. I know it should be simple ... but cannot get it working. $('#selector a[rel]').each(function() { ...
0
votes
2answers
64 views

Count images or “rel” attribute

I´d like to count all images for one <div class="thumbnail"> separately. My code: <div class="thumbnail"> <a rel="first" href="#"> <div> ...
0
votes
1answer
114 views

jQuery word cloud validation error

Please Help!:) I have problems when trying to validate(HTML5) jQuery word cloud. I received this for all of the rel values: "Bad value 1 for attribute rel on element a: Not an absolute IRI. The ...
0
votes
1answer
122 views

rel attribute on <form> tag

Well, I have this form tag which works perfectly. <form action="searchresult.php" method="post"> <?php require('connect.inc'); $sql1="SELECT room_type,room_id FROM ...
0
votes
0answers
26 views

Dot and space in google author name

Google reads my author name and rel="me" linked to my Google+ profile as "Alex Thompson ." The space and the dot kill SEO as well as look bad. As far as I know, I've done everything right.
0
votes
0answers
78 views

jquery tabs change method not using href

I have this script: $('ul.tabs').each(function(){ // For each set of tabs, we want to keep track of // which tab is active and it's associated content ...
-2
votes
1answer
36 views

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 ...
0
votes
0answers
85 views

On click of li get fade in, fade out with delay/pause effect using “rel” attribute in single div

I have 5 rows of same set of ul li as following. Whenever I click on any of li(li will be selected) it will open/show a pophover or a div which fade in and pause for few time and thereafter fadeout. I ...
8
votes
2answers
359 views

Is rel=noreferrer officially supported by all webkit browsers?

We're looking to hide/null out the referrer on hyperlinks from a secure web application of ours so that external web sites don't become aware of our non-public secure web site. It appears that ...
0
votes
2answers
55 views

CSS: How to select all rel atributes

Every time an image is uploaded in wordpress, it receives a different rel atribute, for example rel="attachment name123", and I want to select every image with a rel atribute, regardless of their ...
0
votes
2answers
79 views

How can I update a list order in real time?

I'm using Media Box Advanced as a layover tool, which is very powerful and convenient because it accepts any media, and takes any list and automatically reads the number of <li> and their order. ...
1
vote
1answer
119 views

How set joomla not to remove “rel” attribute

I want to create an article with a link that has rel attribute, but Joomla is removing this attribute. How to make Joomla not to remove my attributes? I have: <a href = "http://site.com" ...
0
votes
1answer
56 views

How to pass XHTML a rel attr to jQuery function

I have a URL that holds a "rel" attribute that needs to be passed to a jQuery function. Here is the URL: <a href="http://www.facebook.com/<?php echo $fblikeId; ?>" rel="<?php echo ...
2
votes
2answers
133 views

SEO: secure pages and rel=nofollow

Should one apply rel="nofollow" attribute to site links that are bound for secure/login required pages? We have a URI date based link structure where the previous year's news content is free, while ...
4
votes
2answers
4k views

HTML5 `<link rel=“shortcut icon” />`

The WHATWG document for HTML5 says that the rel attribute must contain values that are space-separated, and then it gives a table of allowed values. The attribue's value must be a set of ...
-1
votes
1answer
141 views

Loading content from html jQuery (many different divs)

I have many divs <div id="movies" rel="info.php?m=19923"></div> <div id="movies" rel="info.php?m=98127"></div> <div id="movies" rel="info.php?m=39423"></div> ...
0
votes
0answers
239 views

jQM transition is not working with data-rel=“external” [closed]

I'm stuck in this and I need help please. The code is working just fine but the transition effects are not. I saw somewhere that this is happening because I'm using data-rel=external, but If I don't ...
2
votes
1answer
536 views

HTML Validation Error: Bad value tooltip for attribute rel on element a: Keyword tooltip is not registered

Should I be concerned with the following HTML validation error? …rel="tooltip" data-placement="bottom" data-original-title="Permalink"></a></li> Syntax of link type ...
0
votes
1answer
271 views

Correct configuration for using REL in Tridion Dynamic Component Presentations [closed]

We have a Dynamic CT to render the component output, in it there is a Component Link with link text. While previewing, the output appears to be correct but once we publish the page and hit, the link ...
-1
votes
2answers
88 views

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 ...
0
votes
2answers
734 views

Changing rel Attribute to data-rel in JQuery to Work with HTML5

I am trying to implement a JQuery image gallery written for an XHTML 1.0 doctype to my HTML5 site, the problem is I cannot use custom "rel" attributes with HTML5: <!-- In <head> tag --> ...
0
votes
3answers
73 views

Check if element with class of 'X' has a rel of 'N'

If you have an element with a certain class, for example class="selected" and need to see if it has a certain rel value, how would one do that? In basic logic: If('.selected' has 'rel=6'){ //action ...
0
votes
3answers
77 views

Dynamic rel Selector not working

I am using jquery to dynamically create an active state using Flexslider's API. Here is my jQuery: var curslide = slider.animatingTo; var parsed = parseInt(curslide); $("#pillarControl ...
0
votes
1answer
47 views

Possible issues with sqlite3_mutex_enter(v->db->mutex) on cocoa c

I have an issue with the sqlite3_mutex_enter(v->db->mutex) error message on an iOS application. The case is the following: I developed an application that is performing a sync on the application ...
1
vote
1answer
95 views

jquery, emulate anchor click with rel

Having this table <table> <tr id="1"><td>1</td></tr> <tr id="1"><td>1</td></tr> <tr id="2"><td>2</td></tr> </table> ...
0
votes
3answers
490 views

How can I get the rel value in jQuery?

I use jQuery UI drag&drop functions to select images an album. The images ID straged in the rel parameter, what I need to copy to an input element after image drop. Here is the image list. Using ...
2
votes
3answers
210 views

Set multiple values to an element

I'm making a DIV clickable like so: jQuery(".post").click(function(){ window.location=jQuery(this).find(".post-title a").attr("href"); return false; }); but I also want to add rel attribute ...
0
votes
2answers
143 views

Play/Show “swf” in a “a rel=”“”

I have this working code for IMAGES: <a class="showimage" rel="http://www.sitename/images/image.png" > <span>hover here</span> </a> plus some javascript and css code.... so ...
1
vote
1answer
324 views

jQuery finding dropdown with max selected “rel” attribute

I have a bunch (the exact number may vary) of dropdowns with this code: <div id="wrapf"> <div class="dropf"> <select name="number" id="number" class="options"> ...
1
vote
2answers
497 views

Shadowbox and jQuery Conflict for photo gallery

Let me begin with a few qualifiers. I am a beginner when it comes to Javascript/jQuery, so all of this is a great learning experience and I've found the Stack Overflow community to be nothing less ...
3
votes
2answers
121 views

Issue with rel='imageName' when name contains a single quote

I have a table on my page that shows cardname, cost, set, rarity. This information comes from a database table. When a user is hovering over any cardname in the table there is an image popping up of ...
0
votes
0answers
74 views

How to retrieve data using Ajax data API instead of rel?

I would really appreciate any help on this matter. Here is the code that I have so far: $('.Ajax_links').click(function() { window.location.hash = $(this).attr("href"); var href = ...
0
votes
2answers
158 views

How to properly hash my links rel attr so that it stays when page refreshes

I would really appreicate any help on this matter. Here is the code that I have so far: $('.Ajax_links').click(function() { window.location.hash = $(this).attr("href"); var href = ...
0
votes
1answer
431 views

ColorBox iframe rel (group)

im really stuck.. been sitting with this code forever now.. trying to make a gallery with ColorBox, seems very nice.. i just have one problem.. I just cant get it to be a group when using iframes... ...
2
votes
1answer
30 views

Is it possible to insert rel tags into WP widget heading elements?

Is it possible to insert individual rel tags into Wordpress widgets heading elements? It is my intention to target the rel tags for CSS purposes. Thank you Colin
-2
votes
2answers
108 views

rel attr with jquery always take the first value

I have this: HTML: <div id="selectedsongs"> <a href="#" rel="1">song1></a> <a href="#" rel="2">song2></a> <a href="#" rel="3">song3></a> ...
0
votes
1answer
47 views

Specify relations between divs

I have a collection of fairly large page elements which, when clicked, slide out and slide in new elements. It would be nice to use <a> tags to link the elements together, but unfortunately the ...

1 2 3