EduardET

change the next text of the FP module

Jan 31st, 2018
118
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.             var nextLinkText = $( '.et_pb_portofolio_pagination .page-next' );
  6.             nextLinkText.text( 'Suivant' );
  7.         }, 100 )
  8.  
  9.     } );
  10. } )( jQuery );
  11. </script>
Advertisement
Add Comment
Please, Sign In to add comment