Jquery implements the soft keyboard and jquery implements
The screen keyboard, also known as a virtual keyboard, is a very useful tool that allows users with mobility barriers to input data using pointer devices or game poles. It aims to provide users with mobility barriers with the lowest level of functionality.
Screen keyboards are common in online life. For example, you can use online banking or online credit card balance queries to enter passwords and other sensitive data. To prevent Trojans or malicious programs from capturing and stealing operations on the actual keyboard.
Today, we recommend two jquery-implemented soft keyboard plug-ins.
1. Keyboard-master
It includes multiple key la S and supports customization. You can change the key layout and color scheme. It is like a Windows auxiliary keyboard, which can be used to improve website availability.
: Https://github.com/Mottie/Keyboard
2. A plug-in downloaded from the internet
The code is simple and the layout is beautiful. If you want to do some simple applications, you can adjust it based on the plug-in.
: Http://yunpan.cn/Q7qmxK2Pmw2VZ (extract code: 851e)
How to Use js or jquery to trigger the keyboard by clicking events
Is it IE?
$ ("# A" ).click(function(){((document.body).css ("zoom", ((document.body..css ("zoom") + 0.1 );});
$ ("# B" ).click(function({{}(document.body}.css ("zoom", ((document.body}.css ("zoom")-0.1 );});
$ ("# C"). click (function () {window. print ();});
Jquery has a soft keyboard
JQuery simulates a keyboard event
Var e = jQuery. Event ("keydown ");
E. keyCode = 39; // keyCode = 39 is the right key of the keyboard.
JQuery (object). trigger (e );