Skip to content

Commit

Permalink
test(Flicking): Updated test demo file
Browse files Browse the repository at this point in the history
Corrected markup structure.

Ref y-368
  • Loading branch information
netil committed Sep 22, 2015
1 parent bfd5b8f commit ca4e282
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tc/flicking.html
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ <h2 style="letter-spacing:-1.5px">C. Using Methods/Custom Events</h2>
</div>
</div>

<h4>1) Methods : <button onclick="this.innerHTML=$('#methods').toggle().is(':visible')?'-':'+'">-</button></h4>
<div style="margin-top:20px;font-size:17px;font-weight:bold">1) Methods : <button onclick="this.innerHTML=$('#methods').toggle().is(':visible')?'-':'+'">-</button></div>
<div id="methods">
<p>
<button>prev()</button> <button>next()</button> /
Expand Down Expand Up @@ -252,7 +252,7 @@ <h4>2) Custom Events Log : <button onclick="elLog2.html('')" style="width:120px"
<textarea id="log2" class="log"></textarea>
</div>

<div id="custom_event_stop">
<div id="custom_event_stop" style="margin-bottom:20px">
<h4>3) beforeFlickStart e.stop()/restore()</h4>

<div id="mflick6" class="flick">
Expand Down Expand Up @@ -416,5 +416,6 @@ <h4>3) beforeFlickStart e.stop()/restore()</h4>
});
}, 500);
</script>
<!--<script src="http://yobi.navercorp.com/Front-End/egjs-util/rawcode/master/src/loghelper.js?init"></script>-->
</body>
</html>

0 comments on commit ca4e282

Please sign in to comment.