How can I attach an listener to Repeater Control events? #25312
dbjpanda
announced in
Developers Community
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Prerequisites
Description
I am trying to attach a listener to Repeater Control. How can I achieve it?
I tried below code. But it only works for simple control but not for repeater control changes.
I am thinking of attaching a click event to
".elementor-repeater-add"
but I know this is not the Elementor way. Do I need to usedocument/repeater/insert
hook?Steps to reproduce
How to add a listener to repeater control?
Expected behavior
I should be able to attach an event easily.
Isolating the problem
Elementor System Info
Agreement
Beta Was this translation helpful? Give feedback.
All reactions