Skip to content

Instantly share code, notes, and snippets.

@adamculpepper
Created November 27, 2018 17:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamculpepper/b4d63a8f11daa4abd909fb30e927e992 to your computer and use it in GitHub Desktop.
Save adamculpepper/b4d63a8f11daa4abd909fb30e927e992 to your computer and use it in GitHub Desktop.
jQuery: Updating pseudo element content
<style>
body:after {content:attr(data-content);
</style>
$('body').attr('data-content': 'changed body:after content')
<body data-content="body:after content">
...content...
</body
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment