Last active
September 29, 2019 17:31
-
-
Save PardotGists/c756d6f058a15f94b29a5112313d4015 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript" src="/js/jquery/jquery.min.js"></script> | |
<script type="text/javascript"> | |
$(document).ready(function(){ | |
var span = $('.email span.description').first(); | |
span.html(span.html().replace("Not","du Inte")); | |
span.html(span.html().replace("Click Here","Klicka här")); | |
}); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment