Vision
Our vision is to prepare and develop professionally competent teacher with the requisite skills,knowledge,values,attitude and professionalism to meet the Emerging Eduational Needs and professionalism to become responsinble citizens in a competitive and global environment.
$('#myTab a').click(function (e) {
e.preventDefault();
$(this).tab('show');
});
$('#moreTabs a').click(function (e) {
e.preventDefault();
$(this).tab('show');
});
(function ($) {
// Test for making sure event are maintained
$('.js-alert-test').click(function () {
alert('Button Clicked: Event was maintained');
});
fakewaffle.responsiveTabs(['xs', 'sm']);
})(jQuery);