Last active
June 10, 2021 06:51
-
-
Save cladjidane/9bfb0c8e0ee11ba5c9b9dc4c6519488e to your computer and use it in GitHub Desktop.
Galerie dans accordion DIVI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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