You need to use $w(repeater).onItemRedy() function, see here:
https://www.wix.com/corvid/reference/$w.Repeater.html#onItemReady
and use $item when you refer to an in-repeater element (see the linked example)
You need to use $w(repeater).onItemRedy() function, see here:
https://www.wix.com/corvid/reference/$w.Repeater.html#onItemReady
and use $item when you refer to an in-repeater element (see the linked example)