From 0eef52a3bc3f555e0dd044ef218ffb21f36ac198 Mon Sep 17 00:00:00 2001 From: vczero Date: Thu, 23 Apr 2015 10:41:51 +0800 Subject: [PATCH] add touch event --- num_key/README.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ num_key/index.html | 4 ++-- num_key/keyboard.js | 5 +++-- 3 files changed, 50 insertions(+), 4 deletions(-) create mode 100644 num_key/README.md diff --git a/num_key/README.md b/num_key/README.md new file mode 100644 index 0000000..73e26ee --- /dev/null +++ b/num_key/README.md @@ -0,0 +1,45 @@ +模拟数字键盘 +---- +###一、起由 + (1)目前虚拟键盘需要输入小数点,需要切换键盘; + (2)不同设备上存在兼容性。 + + +###二、用法 + (1)new KeyBoard(inputElement); + (2)Demo如下 + + + + + 模拟数字键盘 + + + +
+ +
+
+ +
+ + + + diff --git a/num_key/index.html b/num_key/index.html index c39736b..a8fae5e 100644 --- a/num_key/index.html +++ b/num_key/index.html @@ -7,10 +7,10 @@
- +

- +