+1
À l'étude

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

r_frakes il y a 10 ans mis à jour par icahill (Administrator) il y a 10 ans 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?
À l'étude
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.