Advertisement
OlgaT-ET

change pagination links text

Jul 1st, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <script type="text/javascript">
  2. jQuery(document).ready(function($){
  3. $(".pagination .alignleft a").text('< your-text');
  4. $(".pagination .alignright a").text('your_text >');
  5. });
  6. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement