/
githubmirror
/
edx-platform
Обзор
Документация
Войти
/
githubmirror
/
edx-platform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
release-ulmo
common/static/js/capa/jsinput/jsinput_example.html
15 строк
575 B
cahrens
New example jsinput problem.
06 янв 2017, 00:09
06 янв 2017, 00:09
aa8d222
Код
Авторство
О чём код?
<!DOCTYPE html> <html lang="en"> <head> <title>Dropdown with Dynamic Text</title> <link rel="stylesheet" type="text/css" href="https://files.edx.org/custom-js-example/jsinput_example.css"> </head> <body> <script src="https://files.edx.org/custom-js-example/jschannel.js"></script> <script src="https://files.edx.org/custom-js-example/jsinput_example.js" defer></script> <label class="directions">Select an option from the list: <select class="choices"></select> </label> <p aria-live="polite" class="feedback"></p> </body> </html>