Issue with masked input
I made this test code to test this plugin, but can't seem to get it to
work, any ideas why? It does not add the -'s in like masked input should.
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script type="text/javascript"
src="http://code.jquery.com/jquery-1.10.2.js"></script>
<script type="text/javascript"
src="http://digitalbush.com/wp-content/uploads/2013/01/jquery.maskedinput-1.3.1.min_.js"></script>
<script type="text/javascript">
jQuery(function ($) {
$("#dater").mask("9999-99-99");
});
</script>
</head>
<body>
<input name="dater" type="text" id="dater" value="" />
</body>
</html>
This is all that is on the page. https://coyoteridgezion.com/manage/test.php
No comments:
Post a Comment