-
Notifications
You must be signed in to change notification settings - Fork 0
Thingerly Calendar JQuery Plugin
License
robflynn/thingerly_calendar
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
ThingerlyCalendar is a jQuery plugin which enables the use of a small calendar widget on a website. Basic Usage: <script> $(document).ready(function() { $("#example").thingerlyCalendar(); }); </script> Advanced Example: <script> $(document).ready(function() { $("#example2").thingerlyCalendar({ 'transition' : 'fade', 'eventClick' : function(evt) { alert(evt); }, 'events' : [ '12/25/2011', '10/31/2011' ], 'month' : 10, 'year' : 2011 }); }); </script>
About
Thingerly Calendar JQuery Plugin
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published