UNPKG
alpha-one
Version:
latest (0.0.23)
0.0.23
0.0.22
0.0.21
0.0.20
0.0.19
0.0.18
0.0.17
0.0.16
0.0.15
0.0.7
0.0.6
0.0.5
0.0.1
0.0.0
ideas about recurring tasks in Web- and Backend-Application building
alpha-one
/
common
/
jquery.com
/
jquery-ui-1.10.3
/
demos
/
toggle
/
index.html
15 lines
(12 loc)
•
207 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!doctype
html
>
<
html
lang
=
"en"
>
<
head
>
<
meta
charset
=
"utf-8"
>
<
title
>
jQuery UI Effects Demos
</
title
>
</
head
>
<
body
>
<
ul
>
<
li
>
<
a
href
=
"default.html"
>
Default functionality
</
a
>
</
li
>
</
ul
>
</
body
>
</
html
>