# VirtualKeyboard **Repository Path**: zhyihui/VirtualKeyboard ## Basic Information - **Project Name**: VirtualKeyboard - **Description**: 简单的虚拟键盘JQuery插件,适合触摸屏使用 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 42 - **Forks**: 19 - **Created**: 2019-02-13 - **Last Updated**: 2025-07-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 不再更新 很抱歉此项目不再更新,本人不是专业前端,而且已经不再接触类似项目,因此不再更新; 项目License确定了可以随意修改,因此各位有用的话自己修改即可。 # virtualkeyboard > jQuery虚拟键盘插件,支持中英文切换、大小写切换等,适合触摸屏应用使用,修改很方便。 修改自 [virtualkeyboard](https://github.com/zhazhjie/virtualkeyboard/) 项目。 ## 使用方法 ``` bash 1、引用.js和.css; 2、全局使用:$('body').virtualkeyboard(); 3、单独使用:$('el').virtualkeyboard(); 4、单击input输入框弹出虚拟键盘,单击其它区域可隐藏虚拟键盘; 5、按部键盘头部可拖拽。 ``` DEMO ## 效果图 ![中文输入效果图](screenshot-1.png) ![动态效果图](screenshot.gif) ## License ``` The MIT License (MIT) Copyright (c) 2019 zhyihui Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ```