Skip to content

Instantly share code, notes, and snippets.

@goofmint
Last active October 14, 2016 07:02
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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