countdowntimer
Version:
Reverse count down jQuery plugin for displaying countdown as per need. Also displays current time.
14 lines (12 loc) • 598 B
JavaScript
/* https://harshen.github.io/jQuery-countdownTimer/
* Malayalam / (Indian > Kerala) localisation for jQuery CountdownTimer @version2.0.1
*/
(function($) {
'use strict';
/* jshint -W100 */
$.fn.countdowntimer.regionalOptions = {
labels: ['വര്ഷങ്ങള്','മാസങ്ങള്','ദിവസങ്ങള്','മണിക്കൂറുകള്','മിനിറ്റുകള്','സെക്കന്റുകള്'],
digits: ['൦','൧','൨','൩','൪','൫','൬','൭','൮','൯'],
isRTL: false
};
})(jQuery);