UNPKG
catch-links
Version:
latest (2.0.1)
2.0.1
2.0.0
1.1.0
1.0.0
0.0.1
0.0.0
intercept local link clicks on a page
github.com/substack/catch-links
substack/catch-links
catch-links
/
example
/
main.js
6 lines
(4 loc)
•
98 B
JavaScript
View Raw
1
2
3
4
5
6
var
catchLinks =
require
(
'../'
);
catchLinks
(
window
,
function
(
href
) {
console
.
log
(href); });