Skip to content

Instantly share code, notes, and snippets.

@anton-gorbikov
Created November 21, 2018 08:38
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 anton-gorbikov/50441eeec09cc236786cae6ea6353796 to your computer and use it in GitHub Desktop.
Save anton-gorbikov/50441eeec09cc236786cae6ea6353796 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
</head>
<body>
<button id="clickMe">AAA</button>
<script type="text/javascript">
// Script moved to next code section for better highlighting
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment