Skip to content

Instantly share code, notes, and snippets.

@PardotGists
Last active September 29, 2019 17:31
Show Gist options
  • Save PardotGists/c756d6f058a15f94b29a5112313d4015 to your computer and use it in GitHub Desktop.
Save PardotGists/c756d6f058a15f94b29a5112313d4015 to your computer and use it in GitHub Desktop.
<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