![]() |
Monday | Tuesday | Wednesday | Thursday | Friday | Saturday | Sunday |
---|---|---|---|---|---|---|
1 |
2 |
3 |
4 |
|||
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
Start Date: 5/30/2017
Start Time: 12:00 am
End Date: 6/2/2017
End Time: 12:00 am
')
.tooltip({
track: true,
delay: 0,
showURL: false,
opacity: 1,
fixPNG: true,
showBody: " - ",
extraClass: "EC-tt-25",
top: -15,
left: 15
}); ecd.jq("#events-calendar-2Large").append('Youth Scheme');
ecd.jq("#events-calendar-2-193Large")
.attr("title", "")
.mouseover(function() {
ecd.jq(this).css("cursor", 'pointer');
})
.attr("title", 'Youth Scheme
Start Date: 5/30/2017
Start Time: 12:00 am
End Date: 6/2/2017
End Time: 12:00 am
')
.tooltip({
track: true,
delay: 0,
showURL: false,
opacity: 1,
fixPNG: true,
showBody: " - ",
extraClass: "EC-tt-25",
top: -15,
left: 15
});
ecd.jq("#EC_previousMonthLarge")
.append("« May")
.mouseover(function() {
ecd.jq(this).css('cursor', 'pointer')
})
.click(function() {
ecd.jq('#EC_ajaxLoader').show('slow');
ecd.jq.get('../index_php/',
{EC_action: "switchMonthLarge", EC_month: "5", EC_year: "2017"},
function(ecdata) {
ecd.jq('#EC_ajaxLoader').hide('slow');
ecd.jq('#calendar_wrapLarge').empty().append( ecdata );
});
$(this).unbind('click');
});
ecd.jq('#EC_nextMonthLarge')
.prepend("July »")
.mouseover(function() {
ecd.jq(this).css('cursor', 'pointer')
})
.click(function() {
ecd.jq('#EC_ajaxLoader').show('slow');
ecd.jq.get('../index_php/',
{EC_action: "switchMonthLarge", EC_month: "7", EC_year: "2017"},
function(ecdata) {
ecd.jq('#EC_ajaxLoader').hide('slow');
ecd.jq('#calendar_wrapLarge').empty().append( ecdata );
});
})
});
})(jQuery);
//]]>