Comment on Who has been running this classified ad for more than ten years?parentComments−Ryel11yLet's say you're reading the Land Rover (automobile) Wikipage and you want to share the 'Timeline' section with someone.Here is the wiki http://en.wikipedia.org/wiki/Land_RoverIf you click this one below, you will be brought straight to the 'Timeline' section http://en.wikipedia.org/wiki/Land_Rover#TimelineJust append your URL with the selector for a DOM Element with a unique ID. In this case, the 'Timeline' div has a unique ID of 'Timeline', so I've simply appended that to the URL.Welcome to 2014 :)−desdiv11yI'm trying to link to arbitrary paragraphs i.e. paragraphs without DOM selectors.
Comments
Let's say you're reading the Land Rover (automobile) Wikipage and you want to share the 'Timeline' section with someone.
Here is the wiki http://en.wikipedia.org/wiki/Land_Rover
If you click this one below, you will be brought straight to the 'Timeline' section http://en.wikipedia.org/wiki/Land_Rover#Timeline
Just append your URL with the selector for a DOM Element with a unique ID. In this case, the 'Timeline' div has a unique ID of 'Timeline', so I've simply appended that to the URL.
Welcome to 2014 :)
I'm trying to link to arbitrary paragraphs i.e. paragraphs without DOM selectors.