r1356 vs r1357
11
{{{#!style
2
.box-1 {width:50px;height:50px;background:gray}
3
.box-2 {width:50px;height:50px;background:gray}
4
.box-hide{background:#990}
2
.box-1 {width:50px;height:50px;background:red}
3
.box-2 {width:50px;height:50px;background:blue}
4
.box-hide {background:#990}
5
.box-show {background:#090}
56
}}}
67
78
89
9
{{{#!if a = "all"
10
{{{#!wiki class="all, box-1" onclick="add-class,box-1,box-hide"
10
{{{#!if a = "hide", class = "box-1"
11
{{{#!wiki class="box, box-1" onclick="add-class,@class@,box-@a@"
1112
}}}
12
{{{#!wiki class="all, box-2" onclick="add-class,@a@,box-hide"
13
{{{#!wiki class="box, box-2" onclick="add-class,@class@,box-show"
1314
}}}}}}
1415
1516
......