Posts
 
Reputation
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
Favorite Tags

1 Posted Topic

Member Avatar for AleMonteiro

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', …

Member Avatar for Mike_40
3
2K

The End.