+1
Ülevaatamisel

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

r_frakes 9 aastat tagasi uuendaja icahill (Administrator) 9 aastat tagasi 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?
Ülevaatamisel
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.