Support

Account

Home Forums Backend Issues (wp-admin) jQuery conflict with Repeater, Flex-fields (creating own field type) Reply To: jQuery conflict with Repeater, Flex-fields (creating own field type)

  • Hi @Mike Rodriguez

    The issue is that every time ACF fires the ‘acf/setup_fields’ event, you are applying jQuery events to ALL elements which match your selection.

    You should be targeting only elements which exists WITHIN the $(postbox)