Yaptım Sanırım

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
     "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>jQuery Keypad</title>
<style type="text/css">
@import "css/jquery.keypad.css";
</style>
<script type="text/javascript" src="js/jquery-1.3.2.js"></script>
<script type="text/javascript" src="js/jquery.keypad.js"></script>
<script type="text/javascript">
$(function () {
    $('#defaultKeypad').keypad();
});
$(function () {
    $('#defaultKeypad2').keypad();
});
</script>
</head>
<body>
<h1>jQuery Keypad Basics</h1>

<p>This page demonstrates the very basics of the
    <a href="http://keith-wood.name/keypad.html">jQuery Keypad plugin</a>.
    It contains the minimum requirements for using the plugin and
    can be used as the basis for your own experimentation.</p>
<p>For more detail see the <a href="http://keith-wood.name/keypadRef.html">documentation reference</a> page.</p>
<p><input type="text" id="defaultKeypad">
<input type="text" id="defaultKeypad2"></p>
</body>
</html>
Dosyalar

dosyalar.rar