Files
2025-02-28 13:27:28 +01:00

5 lines
114 B
JavaScript

function test() {
let loc = window.location.href;
$('<a href="' + encodeURIComponent(loc) + '">click</a>');
}