first commit
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
/*** ------------------------------------------------------ ***/
|
||||
/*** PLEASE NOTE ***/
|
||||
/*** THIS FILE USED TO NON YOUTUBE VIDEO BACKGROUND ***/
|
||||
/*** ------------------------------------------------------ ***/
|
||||
jQuery(document).ready(function($){
|
||||
|
||||
/*** ------------------------------------------------------ ***/
|
||||
/*** CHANGE DATE ***/
|
||||
/*** DATE FORMAT: Month Date, Year Hour:Minute:Second ***/
|
||||
/*** ------------------------------------------------------ ***/
|
||||
var options = {
|
||||
startDate : new Date(),
|
||||
endDate: new Date("January 1, 2018 8:00:00")
|
||||
|
||||
/*** TRANSLATION : Enable following line by delete // ***/
|
||||
// ,titleDays : 'hari', titleHours : 'jam', titleMinutes : 'menit', titleSeconds : 'detik'
|
||||
};
|
||||
|
||||
$('#container').cemara(options);
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user