Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.8K
~2K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Web Development x 2
Favorite Tags
web-design x 2
javascript x 2
1 Posted Topic
I re-wrote this in jQuery, Bootstrap, and English <script> var Calendar = function($calendar, $title) { //Store div id this.$e = $calendar; this.$t = $title; this.$e.addClass("grid-calendar"); // Days of week, starting on Sunday this.DaysOfWeek = ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday']; // Months, stating on January this.Months = ['January', 'February', …
The End.