Arrayng.Element.get_children_by_class_name (Stringcls, [Stringtag = *], Functionfunc) vs. 1.1.0 Full+Lite
This functions works the same way as ng.Element.get_children except it searches for a specific CSS class name. This function was added to the Lite version as of version 1.2.0
An optional function to can be used on each returned HTML Element. If this function returns false, the loop will stop and the returned array will be stopped at the current HTML Element.