EduardET

custom slider plugin

Dec 22nd, 2017
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. ( function( $ ) {
  3.     $( document ).ready( function() {
  4.         setTimeout( function() {
  5.             $( window ).resize();
  6.         }, 100 )
  7.     } );
  8. } )( jQuery );
  9. </script>
Advertisement
Add Comment
Please, Sign In to add comment