开发者

jquery plugin to capture user input via virtual keyboard

开发者 https://www.devze.com 2023-01-10 00:41 出处:网络
Most of the bank sites have a keyboard (primaril开发者_开发知识库y with alphabets) which let them select user input (usually for their passwords). Is there a jquery plugin available which we can use f

Most of the bank sites have a keyboard (primaril开发者_开发知识库y with alphabets) which let them select user input (usually for their passwords). Is there a jquery plugin available which we can use for this purpose?


Here is what you are looking for http://net.tutsplus.com/tutorials/javascript-ajax/creating-a-keyboard-with-css-and-jquery/

But I think it would be a lot of fun to have a go at making one yourself. Should be as easy as a loop that assigns key codes to some divs and a function that writes the value of those key codes in a chosen field.

0

精彩评论

暂无评论...
验证码 换一张
取 消