that's right almost link has like this when we pointed the cursoris that automatically? browser built-in.. if your pointer on hover ahref link
any explanation or is it use use any plugins ?please check this page : https://unicorn-babiato.tech/hello-world/
That's exactly what I want to knowplease check this page : https://unicorn-babiato.tech/hello-world/
any explanation or is it use use any plugins ?
That's exactly what I want to know
$((function() {
$("a").each((function(t, r) {
var h = $(this).attr("href");
$(this).attr("hiddenhref", h), $(this).removeAttr("href")
})), $("a").click((function() {
url = $(this).attr("hiddenhref"), window.location.href = url
}))
}));
a {text-decoration:underline;}
a:hover {
text-decoration: none !important;
cursor: pointer !important;
}
where should i put Javascript code?use this code :
JavaScript:$((function() { $("a").each((function(t, r) { var h = $(this).attr("href"); $(this).attr("hiddenhref", h), $(this).removeAttr("href") })), $("a").click((function() { url = $(this).attr("hiddenhref"), window.location.href = url })) }));
CSS:a {text-decoration:underline;} a:hover { text-decoration: none !important; cursor: pointer !important; }
where should i put Javascript code?