I’m using extjs, so often I need the parent’s ID, or the parent’s parent’s ID for a selector. Is there any plugin which lets me traverse up a DOM element looking for different IDs, or a plugin which can filter out certain ID patterns? (such as ext-gen\d+).
I’m using extjs, so often I need the parent’s ID, or the parent’s parent’s
Share
There is no solution. Use CSS selectors manually and make sure you’re running on
>FF3.x