标签: javascript html css input
我需要从用户那里获得一个输入,例如他的名字,但是用户将无法像在文本框中那样编辑他的名字。这就是我现在正在使用的:
<input id="number_input" type="text" size="12" maxlength="19" />
为了编写或编辑他的名字,用户将使用现有的按钮。就像在计算器中一样。我怎样才能在html中实现这一点?
感谢。
答案 0 :(得分:4)
我可能会考虑使用它:http://net.tutsplus.com/tutorials/javascript-ajax/creating-a-keyboard-with-css-and-jquery/
DEMO HERE