Skip to content

Instantly share code, notes, and snippets.

View chrisdarroch's full-sized avatar

Christopher Darroch chrisdarroch

View GitHub Profile
@chrisdarroch
chrisdarroch / laksatime.js
Created May 13, 2011 06:52 — forked from jaredwy/laksatime.js
Laksa time without jQuery
(function(){
var options = {
yesMessage: "YES!",
noMessage: "No",
target: document.getElementById("isitlaksatime"),
wrapper: document.body,
day: 5, // 5 for friday
hour: 12 // 12 for noon!
};