Support

Account

Home Forums Front-end Issues .acf-tab-wrap won't work for .click() in jQuery Reply To: .acf-tab-wrap won't work for .click() in jQuery

  • have you tried using class for the actual <a> element?
    $('.acf-tab-button')

    not sure about this $(“#tab-rules”).addClass(“active”); since I can’t find that ID anywhere in the ACF code.