Jquery implements the soft keyboard and jquery implements

Source: Internet
Author: User

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 );

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.