Sha256: d8b0852c7cd88ea5bdbdeb1bbfc4ba59d3f5b0712dbe7520c81dd6c149377135
Contents?: true
Size: 1.25 KB
Versions: 35
Compression:
Stored size: 1.25 KB
Contents
$(document).ready(function() { $('.kalendar').kalendar({ events: [ { title:"Colored events", url: "http://www.google.se", start: { date: 20140115, time: "12.00" }, end: { date: "20140116", time: "14.00" }, location: "London", color: "yellow" }, { title:"Colored events", url: "http://www.google.se", start: { date: 20140115, time: "12.00" }, end: { date: "20140116", time: "14.00" }, location: "London", color: "blue" }, { title:"Colored events", url: "http://www.google.se", start: { date: 20140115, time: "12.00" }, end: { date: "20140116", time: "14.00" }, location: "London" }, { title:"Way Out West", start: { date: 20131230, time: "12.00" }, end: { date: "20140106", time: "14.00" }, location: "Gothenburg", color: "yellow" } ], color: "green", firstDayOfWeek: "Sunday", eventcolors: { yellow: { background: "#FC0", text: "#000", link: "#000" }, blue: { background: "#6180FC", text: "#FFF", link: "#FFF" } } }); });
Version data entries
35 entries across 35 versions & 1 rubygems