Next, I have a series of Lis created dynamically. What I need to do with pure JS is simply to find the child of the parent div.
It works like this: When a date is unavailable, the system will notify you.
The date is i parent ID, and the children are IDs in hours.
With PURE Js (I'm learning why I want pure and not Jquery).
How do I go about traversing and finding the child ID?
<li style="display:none;" id="12-05-2016">Para o dia: 12-05-2016
<ul><li id="08:00"> Esta hora esta indisponivel: 08:00</li></ul>
<ul><li id="09:00"> Esta hora esta indisponivel: 09:00</li></ul>
</li>
<li style="display:none;" id="13-05-2016">Para o dia: 13-05-2016
</li>