<html lang="en">
<head>
<meta charset="UTF-8">
<title>Sticky anchoring</title>
<style>
body {
scroll-behavior: smooth;
}
#_1, #_2, #_3, #_4, #_5, #_6, #_7, #_8, #_9, #_10
{
position: sticky;
position: sticky;
display: block;
background-color: red;
top: -60px;
color: #fff;
font-size: 40px;
font-weight: bold;
margin: 10px;
padding: 60px 0;
width: 15%;
text-align: center;
margin-left: 40%;
margin-bottom: 500px;
text-decoration: none;
}
#_1, #_3, #_5, #_7, #_9
{
background-color: green;
}
#_2, #_4, #_6, #_8, #_10
{
background-color: blue;
}
#_3, #_6, #_9
{
background-color: red;
}
</style>
</head>
<body>
<p>Sticky anchoring.</p>
<a href="#_1" id="_1">1</a>
<p>Jump to <a href="#_1">1</a> <a href="#_2">2</a> <a href="#_3">3</a> <a href="#_4">4</a> <a href="#_5">5</a> <a href="#_6">6</a> <a href="#_7">7</a> <a href="#_8">8</a> <a href="#_9">9</a> <a href="#_10">10</a></p>
<a href="#_2" id="_2">2</a>
<p>Jump to <a href="#_1">1</a> <a href="#_2">2</a> <a href="#_3">3</a> <a href="#_4">4</a> <a href="#_5">5</a> <a href="#_6">6</a> <a href="#_7">7</a> <a href="#_8">8</a> <a href="#_9">9</a> <a href="#_10">10</a></p>
<a href="#_3" id="_3">3</a>
<p>Jump to <a href="#_1">1</a> <a href="#_2">2</a> <a href="#_3">3</a> <a href="#_4">4</a> <a href="#_5">5</a> <a href="#_6">6</a> <a href="#_7">7</a> <a href="#_8">8</a> <a href="#_9">9</a> <a href="#_10">10</a></p>
<a href="#_4" id="_4">4</a>
<p>Jump to <a href="#_1">1</a> <a href="#_2">2</a> <a href="#_3">3</a> <a href="#_4">4</a> <a href="#_5">5</a> <a href="#_6">6</a> <a href="#_7">7</a> <a href="#_8">8</a> <a href="#_9">9</a> <a href="#_10">10</a></p>
<a href="#_5" id="_5">5</a>
<p>Jump to <a href="#_1">1</a> <a href="#_2">2</a> <a href="#_3">3</a> <a href="#_4">4</a> <a href="#_5">5</a> <a href="#_6">6</a> <a href="#_7">7</a> <a href="#_8">8</a> <a href="#_9">9</a> <a href="#_10">10</a></p>
<a href="#_6" id="_6">6</a>
<p>Jump to <a href="#_1">1</a> <a href="#_2">2</a> <a href="#_3">3</a> <a href="#_4">4</a> <a href="#_5">5</a> <a href="#_6">6</a> <a href="#_7">7</a> <a href="#_8">8</a> <a href="#_9">9</a> <a href="#_10">10</a></p>
<a href="#_7" id="_7">7</a>
<p>Jump to <a href="#_1">1</a> <a href="#_2">2</a> <a href="#_3">3</a> <a href="#_4">4</a> <a href="#_5">5</a> <a href="#_6">6</a> <a href="#_7">7</a> <a href="#_8">8</a> <a href="#_9">9</a> <a href="#_10">10</a></p>
<a href="#_8" id="_8">8</a>
<p>Jump to <a href="#_1">1</a> <a href="#_2">2</a> <a href="#_3">3</a> <a href="#_4">4</a> <a href="#_5">5</a> <a href="#_6">6</a> <a href="#_7">7</a> <a href="#_8">8</a> <a href="#_9">9</a> <a href="#_10">10</a></p>
<a href="#_9" id="_9">9</a>
<p>Jump to <a href="#_1">1</a> <a href="#_2">2</a> <a href="#_3">3</a> <a href="#_4">4</a> <a href="#_5">5</a> <a href="#_6">6</a> <a href="#_7">7</a> <a href="#_8">8</a> <a href="#_9">9</a> <a href="#_10">10</a></p>
<a href="#_10" id="_10">10</a>
<p>Jump to <a href="#_1">1</a> <a href="#_2">2</a> <a href="#_3">3</a> <a href="#_4">4</a> <a href="#_5">5</a> <a href="#_6">6</a> <a href="#_7">7</a> <a href="#_8">8</a> <a href="#_9">9</a> <a href="#_10">10</a></p>
</body>
</html>
Output
You can jump to the latest bin by adding /latest
to your URL
Keyboard Shortcuts
Shortcut | Action |
---|---|
ctrl + [num] | Toggle nth panel |
ctrl + 0 | Close focused panel |
ctrl + enter | Re-render output. If console visible: run JS in console |
Ctrl + l | Clear the console |
ctrl + / | Toggle comment on selected lines |
ctrl + ] | Indents selected lines |
ctrl + [ | Unindents selected lines |
tab | Code complete & Emmet expand |
ctrl + shift + L | Beautify code in active panel |
ctrl + s | Save & lock current Bin from further changes |
ctrl + shift + s | Open the share options |
ctrl + y | Archive Bin |
Complete list of JS Bin shortcuts |
JS Bin URLs
URL | Action |
---|---|
/ | Show the full rendered output. This content will update in real time as it's updated from the /edit url. |
/edit | Edit the current bin |
/watch | Follow a Code Casting session |
/embed | Create an embeddable version of the bin |
/latest | Load the very latest bin (/latest goes in place of the revision) |
/[username]/last | View the last edited bin for this user |
/[username]/last/edit | Edit the last edited bin for this user |
/[username]/last/watch | Follow the Code Casting session for the latest bin for this user |
/quiet | Remove analytics and edit button from rendered output |
.js | Load only the JavaScript for a bin |
.css | Load only the CSS for a bin |
Except for username prefixed urls, the url may start with http://jsbin.com/abc and the url fragments can be added to the url to view it differently. |