Skip to content

Instantly share code, notes, and snippets.

@catrope
Created February 21, 2018 23:51
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 catrope/66ab6d57b039b0ed1ef403d8b0fa253d to your computer and use it in GitHub Desktop.
Save catrope/66ab6d57b039b0ed1ef403d8b0fa253d to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=66ab6d57b039b0ed1ef403d8b0fa253d
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<div id="foo"></div>
</body>
</html>
{"enabledLibraries":["jquery"],"hiddenUIComponents":["console"]}
$('#foo').text(Math.random());
#foo { color:red; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment