Try as I might, I can't seem to find this functionality. How can I hook into a repeater row removal via javascript? I have one custom post type that I want some javascript to execute any time anything about a repeater is changed (I'm showing a preview of an image grid). I can do it with everything but removals with $(document).live('acf/setup_fields acf/sortable_stop_repeater acf/update_field_groups', function(e, div) {
Thanks.