Skip to content

Instantly share code, notes, and snippets.

@plsankar
Created June 27, 2019 15:54
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 plsankar/22a1f53c632f56ea7231669b9d929d28 to your computer and use it in GitHub Desktop.
Save plsankar/22a1f53c632f56ea7231669b9d929d28 to your computer and use it in GitHub Desktop.
JS Bin // source https://jsbin.com/ruqeroyeni
<!DOCTYPE html>
<html>
<head>
<script src="https://code.jquery.com/jquery-3.1.0.js"></script>
<meta charset="utf-8">
<meta property="og:image" content="https://fotos.subefotos.com/408e393e09f5467a27bfc29faacbc7a3o.jpg" />
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<script id="jsbin-javascript">
$(window).load(function(){alert('dddd');});
</script>
<script id="jsbin-source-javascript" type="text/javascript">$(window).load(function(){alert('dddd');});</script></body>
</html>
$(window).load(function(){alert('dddd');});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment