Created
February 18, 2015 06:32
-
-
Save mjradwin/b69fca3518d95457eaa7 to your computer and use it in GitHub Desktop.
Hebcal legacy JS event calendar (deprecated)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript" charset="utf-8" | |
src="http://www.hebcal.com/hebcal/?v=1&cfg=e2&nh=on&nx=on&year=now&month=x&ss=on&mf=on"> | |
</script> | |
<script type="text/javascript" | |
src="http://www.hebcal.com/i/calendar-2.0-min.js"> | |
</script> | |
<link type="text/css" rel="stylesheet" | |
href="http://www.hebcal.com/i/jec-grey-min.css"> | |
<style type="text/css"> | |
#myCalendarContainer table { width: 800px } | |
#myCalendarContainer table td.dayHasEvent { height: 80px } | |
#myCalendarContainer table td.dayBlank { height: 80px } | |
</style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="myCalendarContainer"></div> | |
<script type="text/javascript"> | |
var myCalendar = new JEC("myCalendarContainer", | |
{tableClass: "greyCalendar", linkNewWindow: false}); | |
myCalendar.defineEvents(HEBCAL.jec2events); | |
myCalendar.showCalendar(); | |
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript" | |
src="http://www.hebcal.com/hebcal/?v=1&cfg=e2&nh=on&nx=on&year=now&month=x&ss=on&mf=on&c=on&zip=90210&m=72&s=on"> | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment