UNPKG

countdowntimer

Version:

Reverse count down jQuery plugin for displaying countdown as per need. Also displays current time.

13 lines (11 loc) 387 B
/* https://harshen.github.io/jQuery-countdownTimer/ * Persian (فارسی) localisation for jQuery CountdownTimer @version2.0.1 */ (function($) { 'use strict'; $.fn.countdowntimer.regionalOptions = { labels: ['سال','ماه','روز','ساعت','دقیقه','ثانیه'], digits: ['۰','۱','۲','۳','۴','۵','۶','۷','۸','۹'], isRTL: true }; })(jQuery);