EduardET

Trademark Sup

Dec 7th, 2017
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. ( function( $ ) {
  3.     $( document ).ready( function() {
  4.         var logoText = $("#logo-text");
  5.         logoText.html(function(_,txt) {
  6.             return txt.replace(/(.$)/, "<sup>$1</sup>");
  7.         });
  8.     } );
  9. } )( jQuery );
  10. </script>
Advertisement
Add Comment
Please, Sign In to add comment