Created
November 10, 2017 12:10
-
-
Save munirkamal/bed2ef8658d6bad1bb839b02c04ae304 to your computer and use it in GitHub Desktop.
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
| <script> | |
| jQuery(document).ready(function( $ ) { | |
| // This is to fix an annoying issue with using Before After image slider module within Tabs Module. | |
| $(".et_pb_tabs_controls li").click(function(){setTimeout(function(){$(window).trigger("resize")},800)}) | |
| }); | |
| </script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment