JimMorrison723

sg mw3

Oct 5th, 2011
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.42 KB | None | 0 0
  1. <style type="text/css">@import url(http://jimmorrison723.hu/sg/countdown/jquery.countdown.css);
  2. #defaultCountdown { width: 240px; height: 45px; }
  3. </style>
  4. $(function () {
  5. var austDay = new Date();
  6. austDay = new Date(
  7. austDay.getFullYear() + 1, 0 - 2, 10
  8. );
  9. $('#defaultCountdown').countdown({until: austDay});
  10. $('#year').text(austDay.getFullYear());
  11. });
  12.  
  13. majd ezt tedd oda ahova...:
  14. <div id="defaultCountdown"></div>
  15.  
Advertisement
Add Comment
Please, Sign In to add comment