GitCatacao's GitHub WebSite

BoloBolo Crew

JavaScript Dom Parser - Get Last Children

Explaination: This is a beta for try to getting all last level children from any type of HTML code, even if written incorrectly, using the JavaScript DOMParser

Get the last level children

It works recursively and gets the children contained in the last levels of the HTML code, finding the last levels and taking them along with their siblings.
For now it's just a beta version. If and when there's time I'll work on it to improve it further.

GitHub