Posts by Bruce • 9 points
2 posts
-
-1
votes5
answers869
viewsA: Fill <text> inputs after check <checkbox> and clear when unchecking
Speak Folks, I followed the guidelines here but in my case I have a table with bootstrap classes, and the javascript code only works when I remove the bootstrap class. In the case of my input…
-
1
votes2
answers57
viewsQ: Populating dropdown with multilevel json
Gentlemen, I’d like some help. I need to popular a dropdown from a json file { "Categorias": [ { "categoria": "Automação", "subcategoria": ["supervisório", "programação", "servidor", "hardware"] },…