UNPKG

countdowntimer

Version:

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

13 lines (11 loc) 377 B
/* https://harshen.github.io/jQuery-countdownTimer/ * Arabic localisation for jQuery CountdownTimer @version2.0.1 */ (function($) { 'use strict'; $.fn.countdowntimer.regionalOptions = { digits: ['٠','١','٢','٣','٤','٥','٦','٧','٨','٩'], labels: ['سنوات','أشهر','أسابيع','ساعات','دقائق','ثواني'], isRTL: true }; })(jQuery);