Skip to content

Instantly share code, notes, and snippets.

@temsool
Created October 14, 2018 11:26
Show Gist options
  • Save temsool/628a8f35c2739a9a9139620394a097f5 to your computer and use it in GitHub Desktop.
Save temsool/628a8f35c2739a9a9139620394a097f5 to your computer and use it in GitHub Desktop.
disable/enable accordion widget functionality by JS ELEMENTOR
$( '.elementor-tab-title' ).prop('onfocus', null).off( 'focus' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment