<html> <head> <link rel="stylesheet" href="http://code.jquery.com/ui/1.11.0/themes/smoothness/jquery-ui.css"> <script src="http://code.jquery.com/jquery-1.10.2.js"></script> <script src="http://code.jquery.com/ui/1.11.0/jquery-ui.js"></script> </head> <body> <div id="div"></div> <script>
$('#div').slider({
range: true,
min: 0,
max: 90000,
values: [ 4500, 70000 ],
});
</script> </body> </html> Почему он не воспроизвдится как у тебя |
gam0ra,
код ненадо дробить только html run /html и запятая ненужна в конце 5 строки |
gam0ra,
<!DOCTYPE HTML>
<html>
<head>
<link rel="stylesheet" href="http://code.jquery.com/ui/1.11.0/themes/smoothness/jquery-ui.css">
<script src="http://code.jquery.com/jquery-1.10.2.js"></script>
<script src="http://code.jquery.com/ui/1.11.0/jquery-ui.js"></script>
</head>
<body>
<div id="div"></div>
<script>
$('#div').slider({
range: true,
min: 0,
max: 90000,
values: [ 4500, 70000 ]
});
</script>
</body>
</html>
|
| Часовой пояс GMT +3, время: 14:57. |