coming-soon.init.js 857 B

123456789101112131415161718192021
  1. /******/ (function() { // webpackBootstrap
  2. var __webpack_exports__ = {};
  3. /*!************************************************!*\
  4. !*** ./resources/js/pages/coming-soon.init.js ***!
  5. \************************************************/
  6. /*
  7. Template Name: Skote - Admin & Dashboard Template
  8. Author: Themesbrand
  9. Website: https://themesbrand.com/
  10. Contact: themesbrand@gmail.com
  11. File: coming soon Init Js File
  12. */
  13. $('[data-countdown]').each(function () {
  14. var $this = $(this),
  15. finalDate = $(this).data('countdown');
  16. $this.countdown(finalDate, function (event) {
  17. $(this).html(event.strftime('' + '<div class="coming-box">%D <span>Days</span></div> ' + '<div class="coming-box">%H <span>Hours</span></div> ' + '<div class="coming-box">%M <span>Minutes</span></div> ' + '<div class="coming-box">%S <span>Seconds</span></div> '));
  18. });
  19. });
  20. /******/ })()
  21. ;