$('#default').puiinputtext();
<input id="default" type="text" />
Name | Parameters | Description |
---|---|---|
enable | - | Enable the widget |
disable | - | Disable the widget. |
option | name: Name of the option | Returns the value of the option. |
option | name: Name of the option, value: Value of the option | Set the value of the option. |
<script type="text/javascript"> $(function() { $('#in').puiinputtext(); }); </script>
<input id="in" type="text" />