Skip to content

Ver1.0.0 Publish

Choose a tag to compare

@yamanoku yamanoku released this 07 Nov 14:22
· 1743 commits to main since this release

Overview

  • birthday-countdown Pure JavaScript.
  • Written ES5, use it without problems with each browser.
  • Once the date and time is set, don't have to take it again after have a birthday.

Use

Setting

<div id="CDT"></div>
<script src="src/countdown.js"></script>

Edit data

Name

Line: 19

timer += '<p>やまのくの誕生日まで</p>';

Birthday Contents

Line: 50 & 51

mes += '<a class="birth_btn" href="http://amzn.asia/cti4d0v" target="_blank">欲しいものを送ってやる</a>';
mes += '<a class="birth_btn" href="http://amzn.asia/8Kh4dGA" target="_blank">酒を送ってやる</a>';

Thanks