College Library
Books and Reference books |
6975 |
Journals/ Periodical Books 55 |
Newspapers |
Dainik Jagran, Hindustan, Indian Express |
Encyclopedia 10 |
Seating capacity |
100 Students |
|
$('#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);