Skip to content

Instantly share code, notes, and snippets.

@cladjidane
Last active June 10, 2021 06:51
Show Gist options
  • Save cladjidane/9bfb0c8e0ee11ba5c9b9dc4c6519488e to your computer and use it in GitHub Desktop.
Save cladjidane/9bfb0c8e0ee11ba5c9b9dc4c6519488e to your computer and use it in GitHub Desktop.
Galerie dans accordion DIVI
/**
* On court circuite le listener de Divi et on ajoute le nôtre
* ici on fait juste un refresh du dom pour que la galerie fonctionne correctement
*
*/
$(document).off('click', '.et_pb_toggle_title').on('click', '.et_pb_toggle_title', function() {
jQuery(window).resize();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment