UNPKG
jwerty
Version:
latest (0.3.2)
0.3.2
0.3.1
0.3.0
0.2.0
0.1.0
Awesome handling of keyboard events
keithamus.github.com/jwerty
jwerty
/
test
/
index.html
10 lines
•
271 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
<
html
>
<
head
>
<
title
>
jwerty Test Suite
</
title
>
</
head
>
<
frameset
cols
=
"33%,33%,33%"
border
=
0
>
<
frame
src
=
"test-no-jquery-or-zepto.html"
/>
<
frame
src
=
"test-jquery.html"
/>
<
frame
src
=
"test-zepto.html"
/>
</
frameset
>
</
html
>