Участник:Myagkij/Песочница/Тест шаблона 45: различия между версиями
Материал из Онлайн справочника
Перейти к навигацииПерейти к поиску
Myagkij (обсуждение | вклад) (Новая страница: «<html> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>jQuery UI Progressbar - Default functionality</title> <link rel="stylesheet" href="//code.jquery.com/ui/1.13.1/themes/base/jquery-ui.css"> <link rel="stylesheet" href="/resources/demos/style.css"> <script src="https://code.jquery.com/jquery-3.6.0.js"></script> <script src="https://code.jquery.com/ui/1.13.1/jquery-ui.js"></script> <script>...») |
Myagkij (обсуждение | вклад) Нет описания правки |
||
(не показаны 3 промежуточные версии этого же участника) | |||
Строка 1: | Строка 1: | ||
{{Myagkij панель перехода}} | |||
<html> | <html> | ||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="stylesheet" href="//code.jquery.com/ui/1.13.1/themes/base/jquery-ui.css"> | <link rel="stylesheet" href="//code.jquery.com/ui/1.13.1/themes/base/jquery-ui.css"> | ||
<link rel="stylesheet" href="/resources/demos/style.css"> | <link rel="stylesheet" href="/resources/demos/style.css"> | ||
Строка 10: | Строка 11: | ||
$( function() { | $( function() { | ||
$( "#progressbar" ).progressbar({ | $( "#progressbar" ).progressbar({ | ||
value: | value: 50 | ||
}); | }); | ||
} ); | } ); | ||
Строка 17: | Строка 18: | ||
<div id="progressbar"></div> | <div id="progressbar"></div> | ||
</html> | </html> | ||
=См.также= | |||
{{ads}} | |||
=Внешние ссылки= | |||
<references /> | |||
{{Навигационная таблица/Телепорт}} |
Текущая версия от 09:16, 9 мая 2022
См.также
Внешние ссылки