Existe la posibilidad de hacer un combobox dependiente solo con HTML5? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
- 1

Existe la posibilidad de hacer un combobox dependiente solo con HTML5?

combobox dependiente de tres niveles

8th Nov 2017, 3:08 PM
Luis Contreras
Luis Contreras - avatar
2 ответов
+ 2
I don't believe HTML does that by itself, but combined with JavaScript, yes. Also, it'll depend where you want to pull the info from, so you could even use PHP (or similar) with it to populate it from a database so it's dynamic. Even jQuery could be useful with that and you could use AJAX to send your requests to a PHP file to handle.
8th Nov 2017, 3:17 PM
AgentSmith
+ 1
Thank you broth
8th Nov 2017, 3:22 PM
Luis Contreras
Luis Contreras - avatar