Skip to content

Instantly share code, notes, and snippets.

//## Moment.JS Holiday Plugin for Singapore Public Holidays up until 2016
//
//Usage:
// Call .holiday() from any moment object. If date is a Singapore Public Holiday, name of the holiday will be returned.
// Otherwise, return nothing.
//
// Example:
// `moment('12/25/2013').holiday()` will return "Christmas Day"
//
//Holidays:
@nicluo
nicluo / background.css
Created June 29, 2013 17:33
Center and Scale background image using JQuery
.bgimgs{
position:absolute;
top:0;
left:0;
z-index:-1000;
overflow:hidden;
}