Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- ( function( $ ) {
- $( document ).ready( function() {
- var logoText = $("#logo-text");
- logoText.html(function(_,txt) {
- return txt.replace(/(.$)/, "<sup>$1</sup>");
- });
- } );
- } )( jQuery );
- </script>
Advertisement
Add Comment
Please, Sign In to add comment