<html lang="ru">
<head>
<title>Урок</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="canvas">
<div class="calculator">
<div class="canvas_1">
<table class="text_1">
<tr>
<td>
<div class="p_1">
<p>Сумма займа</p>
</div>
</td>
<td class="rightcol">
<div class="input">
<input type="number" id="slider_a_val" value="0" min="1000" max="50000" step="100" class="slider_1_val">
</div>
</td>
</tr>
</table>
<div class="slidercontainer_1" align="center">
<input type="range" min="1000" max="50000" value="10000" step="100" id="myRange1" class="input-range">
</div>
</div>
<table class="text_2">
<tr>
<td>
<div class="p_3">
<p>1000</p>
</div>
</td>
<td class="rightcol">
<div class="p_4">
<p>50000</p>
</div>
</td>
</tr>
</table>
<div class="canvas_2">
<table class="text_3">
<tr>
<td>
<div class="p_5">
<p>Срок кредитования</p>
</div>
</td>
<td class="rightcol">
<div class="input">
<input type="number" id="slider_b_val" value="0" min="1" max="365" step="1" class="slider_2_val">
</div>
</td>
</tr>
</table>
<div class="slidercontainer_2" align="center">
<input type="range" min="1" max="365" value="10" step="1" id="myRange2" class="input-range">
</div>
</div>
<table class="text_4">
<tr>
<td>
<div class="p_7">
<p>1 день</p>
</div>
</td>
<td class="rightcol">
<div class="p_8">
<p>365 дней</p>
</div>
</td>
</tr>
</table>
<div class="canvas_3">
<form action="" method="post" align="center">
<div class="submit_1">
<p><input type="submit" name="Получить деньги" value="Получить деньги"></p>
</div>
</form>
</div>
<div class="canvas_4">
<table class="text_5">
<tr>
<td>
<div class="p_9">Итого к возврату<div class="p_10" id="p_10">10000</div>рублей, до<div class="p_11" id="p_11"><output>30.08.2020</div>
</div>
</td>
</tr>
</table>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="script.js"></script>
</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. |