UNPKG
ztech_jquery_ext
Version:
latest (0.0.7)
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Extends JQuery library for more compact code base
ztech_jquery_ext
/
test
/
test-template.html
12 lines
(11 loc)
•
270 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
ztech_jquery_ext Test
</
title
>
<
meta
charset
=
"UTF-8"
>
<
meta
name
=
"viewport"
content
=
"width=device-width, initial-scale=1.0"
>
</
head
>
<
body
>
<
div
id
=
"test-element"
>
</
div
>
</
body
>
</
html
>