Top "Href" questions

Hyperlink (or link) is a reference to a document that the reader can directly follow, or that is followed automatically.

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
how to add text link inside a div using jquery?

I want to place some text as link inside a div. For example, I want to place text 'Google' with …

javascript jquery html href
webkit / Chrome history.back(-1) onclick vs href

Everybody knows that but I'll repeat the problem: <a href="#" onClick="history.go(-1)">Back</a> …

javascript google-chrome onclick href
FancyBox close from within iframe and take parent page to the link

I found applying the following function to a links onclose works to close Fancybox from within an iFrame: parent.$.fancybox.…

jquery fancybox href location-href
Stop link from sending referrer to destination

I have a page where I don't want the outbound links to send a referrer so the destination site doesn't …

javascript href referrer
Test if links are external with jQuery / javascript?

How do I test to see if links are external or internal? Please note: I cannot hard code the local …

javascript jquery location href
How do I set a page's base href in Javascript?

I want to set a page's base href attribute in Javascript based off of the current hostname. I have generated …

javascript href base
jquery force click (href)

I have this: <li> <a href="#" data-content="visit"> <span class="bf_hover"></span&…

jquery href
Calling angularjs scope function from href

I am using a library which appends a href element onto an tag. On this link I need to make …

javascript angularjs href nvd3.js
Click a href button with selenium and python?

I have one button from one LinkedIn page with this code: <div class="primary-action-button"><a class="primary-action …

python selenium button click href