Posts by Marcelo Macedo • 29 points
2 posts
-
-1
votes3
answers128
viewsA: Static site, set default HTML markup for all pages
To make dynamic creation you can create element by element and attach them via "appendchild", so you don’t need to include everything in innerHTML. See the example below: let div =…
-
3
votes1
answer295
viewsA: Checkbox
Pablo, You can use this example of selecting "Country / State / City". Basically working with the select box "onchange" events: <form name="myform" id="myForm"> <select id="countySel"…