Are you requesting a feature or reporting a bug?
feature
What is the current behavior?
It's impossible to get properties of parent element inside callback function of the find(), child(), parent() methods.
What is the expected behavior?
var mainElement = Selector("#main-element-id");
var childByIdPostfix = mainElement.find((node, index, origin) => node.id === origin.id + "_idpostfix");