Home › Forums › Feature Requests › Add CSS class to tabs › Reply To: Add CSS class to tabs
Don’t know if this will help you or not but you can target the tab using the data-key
attribute.
// target the tab link
$('a[data-key="field_570d4574a7fea"]')
// target the tab div
$('div[data-key="field_570d4574a7fea"]')
I don’t think the field key changes, but I could be wrong.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.