Skip to content

Instantly share code, notes, and snippets.

@rachidbch
Created November 30, 2018 11:25
Show Gist options
  • Save rachidbch/9f58fa70bf5306555c252b4516d4db8b to your computer and use it in GitHub Desktop.
Save rachidbch/9f58fa70bf5306555c252b4516d4db8b to your computer and use it in GitHub Desktop.
jQuery bug // source https://jsbin.com/taremu
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>jQuery bug</title>
<script src="https://code.jquery.com/jquery-3.0.0.js" defer></script>
<script src="https://jsbin.com/bopuva.js" defer></script>
<script src="https://jsbin.com/wihisid.js" defer></script>
<script src="https://jsbin.com/weyiso.js" defer></script>
</head>
<body>
<div id="resultJQ">waiting...</div>
<div id="resultDOM">waiting...</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment