Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Untitled
SUBMITTED BY:
Guest
DATE:
Nov. 23, 2013, 9:52 a.m.
FORMAT:
Text only
SIZE:
948 Bytes
Raw
Download
Tweet
HITS:
9625
Go to comments
Report
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title></title>
<meta http-equiv="X-UA-Compatible" content="IE=8" id="myspecialtag" />
<script type="text/javascript" src="jquery-1.10.2.min.js"></script>
</head>
<body>
<input type="text" size="30" id="mytextfield">
<script type="text/javascript">
$(document).ready(function() {
document.getElementById("mytextfield").value = "test";
$("#mytextfield").on("propertychange input", function () {
alert(1);
});
});
</script>
</body>
</html>
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus