+1
Wird überprüft

Targeting objects using "../../../" Please help

r_frakes vor 10 Jahren aktualisiert von icahill (Administrator) vor 10 Jahren 1
When making an action target a certain object, the examples are saying I need to target the object using "../../../" how do I tell how many periods and slashed i need to target a certain object?
Wird überprüft
First of all you can check out our documentation regarding pathing here: https://files.rarewire.com/wordpress/2012/06/path/

A good way to think about it is like this, whereever your action is your first ../ gets you OUT of that tag and then any additional ../ moves you up in the heirarchy. So ../../../ is equal to out, up, up.