jqwidgets-scripts-custom
Version:
jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.
28 lines (27 loc) • 1.34 kB
HTML
<html lang="en">
<head>
<title id="Description">jqxFormattedInput Fluid Size Example. The width of the formatted
input in this demo is in Percentages.</title>
<meta name="description" content="jqxFormattedInput Fluid Size Example. The width of the formatted input in this demo is in Percentages." />
<link rel="stylesheet" href="../../../jqwidgets/styles/jqx.base.css" type="text/css" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1 maximum-scale=1 minimum-scale=1" />
<script type="text/javascript" src="../../../scripts/jquery-1.12.4.min.js"></script>
<script type="text/javascript" src="../../../jqwidgets/jqxcore.js"></script>
<script type="text/javascript" src="../../../jqwidgets/jqxformattedinput.js"></script>
<script type="text/javascript" src="../../../scripts/demos.js"></script>
<script type="text/javascript">
$(document).ready(function () {
$("#jqxFormattedInput").jqxFormattedInput({ width: "30%", height: 25, radix: "binary", value: "10111", spinButtons: true });
});
</script>
</head>
<body>
<div id="jqxFormattedInput">
<input type="text" />
<div>
</div>
</div>
</body>
</html>