<%@ Page Language="C#" AutoEventWireup="true" CodeFile="vkeyb.aspx.cs" Inherits="vkeyb" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script>
$(document).ready({
$(selector).keypad()
});
</script>
</head>
<body>
<form id="form1" runat="server">
<div>
<input type="text" id="key" />
</div>
</form>
</body>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script>
$(document).ready({
$(selector).keypad()
});
</script>
</head>
<body>
<form id="form1" runat="server">
<div>
<input type="text" id="key" />
</div>
</form>
</body>
</html>
No comments:
Post a Comment