Skip to content

Instantly share code, notes, and snippets.

@barancev
Created November 12, 2012 22:23
Show Gist options
  • Save barancev/4062399 to your computer and use it in GitHub Desktop.
Save barancev/4062399 to your computer and use it in GitHub Desktop.
<html>
<body>
<select name="select" onblur="document.getElementById('blur').textContent='blur'">
<option value="1">test 1</option>
<option value="2">test 2</option>
<option value="3">test 3</option>
</select>
<p id="blur"></p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment