Top "Anchor" questions

An anchor (<a>...</a>) is a HTML element used to define the link between the current element (the anchor) and the destination (URI).

Redirect to a new tab within javascript file

I have code that sets: top.location.href = [someurl] But I want it to open up in a new tab. …

javascript popup anchor
How can I create an empty HTML anchor so the page doesn't "jump up" when I click it?

I'm working on some JQuery to hide/show some content when I click a link. I can create something like: &…

javascript jquery anchor
href="#" Going to Top of Page - Prevent?

I have a page with some jQuery functions. The HTML on the page looks like so: <a href="#" class="…

anchor href hashtag
Div anchors scrolling too far

I'm using a static bar at the top of my site, about 20px high. When I click an anchor link(…

css anchor
Set visited link color to whatever the color of un-visited link is (P.S. not the usual question)

I need to set the a:visited CSS to whatever color the normal a is set to. What I want …

html css anchor visited
How do I combine an anchor tag AND a passed variable in an HTML HREF?

Say I have an anchor somewhere on a different page: <A NAME="blah"> On the page I'm currently …

html anchor href
How to let Html Link (anchor) do a postback to be like LinkButton?

I would like to ask how can i make an html anchor (a element) or even any object to do …

asp.net javascript postback anchor linkbutton
jQuery: Scroll to anchor when calling URL, replace browsers behaviour

I already know the jQuery plugin ScrollTo, but I didn't find any way up to now to realize the following: …

jquery scroll anchor smooth
Github Markdown Same Page Link

Let's say I have two points within the same git hub wiki page, which for this we'll call place 1 and …

github hyperlink markdown anchor
How to get "raw" href contents in JavaScript

I am trying to write a GreaseMonkey script in which I want to find all of the links that are …

javascript anchor href relative-url