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
/
tests
/
index.js
11 lines
(8 loc)
•
191 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
$(
function
(
) { $(
"#main"
) .
addClass
(
"ui-widget"
) .
find
(
"h1, h2"
) .
addClass
(
"ui-widget-header ui-corner-top"
) .
next
() .
addClass
(
"ui-widget-content ui-corner-bottom"
); });