html - HTML5: Append spinnerInput value with percentage symbol -
i need append percentage symbol spinnerinput, displayed below
<input type="number" min="0" value="0" step="5" onkeydown="return false"
>
the value in textbox should 45% opposed 45
syntax:
what best way implement (without using jquery)?
Comments
Post a Comment