Skip to content

svaani/Operamini-Calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Operamini-Calendar

If I use a normal js calendar, for every date change the browser hits server. This is a simple calendar which can be used for operamini

This is a no-jquery, lightweight and simple js code.

How to use

  1. Copy the contents of t_operamini_cal.html in your html
  2. Have some container like this,
<div id="cal_here"></div>
  1. Create the calendar using,
	var op_cal = new ComboCal("2014","2015","2016");//you can add as many years you want, preferably lesser for usability
	op_cal.render("cal_here");

How it looks

Snapshot

Run the file run_here.html after referencing the js to see the output.

test jenkins

About

If I use a normal js calendar, for every date change the browser hits server. This is a simple calendar which can be used for operamini

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published