Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style type="text/css">@import url(http://jimmorrison723.hu/sg/countdown/jquery.countdown.css);
- #defaultCountdown { width: 240px; height: 45px; }
- </style>
- $(function () {
- var austDay = new Date();
- austDay = new Date(
- austDay.getFullYear() + 1, 0 - 2, 10
- );
- $('#defaultCountdown').countdown({until: austDay});
- $('#year').text(austDay.getFullYear());
- });
- majd ezt tedd oda ahova...:
- <div id="defaultCountdown"></div>
Advertisement
Add Comment
Please, Sign In to add comment