Skip to content

Instantly share code, notes, and snippets.

@goofmint
Last active October 14, 2016 07:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goofmint/70a93d974039714df173d578ef78e583 to your computer and use it in GitHub Desktop.
Save goofmint/70a93d974039714df173d578ef78e583 to your computer and use it in GitHub Desktop.
5.md
<div class="sampleDiv sampleDiv1">
<button class="sample-btn" data-direction="up">上</button>
<button class="sample-btn" data-direction="right">右</button>
<button class="sample-btn" data-direction="down">下</button>
<button class="sample-btn" data-direction="left">左</button>
</div>
<script type="text/ejs" id="h5arrowbox">
<div class="h5arrowbox"></div>
</script>
<script type="text/ejs" id="message">
<div><p>吹き出しサンプル</p><p>吹き出しサンプルです</p><button class="removeArrowBox" style="float:right">OK</button></div>
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment