Skip to content

Commit c88235c

Browse files
committed
clean demo
1 parent 7b98345 commit c88235c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
<h5 style='color:blue'>Toggle</h5>
1111

1212
<div hide='#testdiv,#div2' show='.testdiv,.div2'>
13-
<div class="test">click me</div><br/>
13+
<div class="test">click me</div>
1414
</div>
1515

1616
<div hide='#testdiv,#div2' show='.testdiv,.div2'>
17-
<i class="fa fa-plus-circle"></i>
17+
<i class="fa fa-plus-circle"></i>
1818
</div>
1919
<div id='testdiv' class="hidden testdiv"> Only SHOW </div>
2020
<div id="div2" class="hidden div2"> Only SHOW2</div>

0 commit comments

Comments
 (0)