Skip to content

Instantly share code, notes, and snippets.

@jz5
Last active August 29, 2015 14:01
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 jz5/6f9cc63604ebcf9d5846 to your computer and use it in GitHub Desktop.
Save jz5/6f9cc63604ebcf9d5846 to your computer and use it in GitHub Desktop.
<script src="//ajax.aspnetcdn.com/ajax/jQuery/jquery-2.1.1.min.js"></script>
<script>
$(function () {
$("#text").change(function () {
console.log($(this).val()); // IE は text() でも取得できる
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment