vel.findParentByClass(className [, terminator])
Traversing the DOM hierarchy outwards, up to optional terminator
node (exclusive), find the first ancestor node that has the specified class. If no ancestor before terminator has className
, return null
.