Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- jQuery(function($){
- // Envolver la seccion swiper-wrapper en un div swiper-container
- $( ".swiper-wrapper" ).wrap( "<div class='swiper-container'></div>" );
- // Insertar la paginacion swiper js
- $( "<div class='swiper-pagination'></div>" ).insertAfter( ".swiper-wrapper" );
- });
- </script>
Add Comment
Please, Sign In to add comment