Czy istnieje inny sposób łączenia z elementem na tej samej stronie bez używania adresów URL zakotwiczenia?
Alternatywa dla adresu URL zakotwiczenia
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<title>Alternative to anchor URL</title>
</head>
<body>
<input type="button" value="Go there »" />
<div style="height:1280px;"></div>
<div id="goHere" style="width:360px;height:240px;background-color:#61b2cc"></div>
</body>
</html>
Bind kliknięciem i używać scrollTo? – Lloyd