General News
Sarojini Nagar traders warn of indefinite strike
Shoppers may b left disappointed by a visit to the Sarojini Nagar market in the upcoming days. The traders have warned of going on an indefinite strike, as the number of illegal vendors in the market
Day 4 of RBCL began with a pleasant weather.
Day 4 of RBCL began with a pleasant weather. The opening match for the day between The Shri Ram School, Aravalli and Ramjas School, R. K. Puram in the Primary Girl’s Category was a tough competi
Day 3 of RBCL 2016: Nothing but thrilling as the teams enter in Semi Finals
The 3rd day of RBCL 2016 was full of ups and downs. The weather was quite favourable for the players and they all played with great spirit. The day began with a match between The Shri Ram School, Arav
App-based Taxi Services to be Brought Under Regulatory Network
The biggest complaint amongst app-based taxi service users is of high fares when the demand is high. To save the customers, the cabinet agreed to bring these services under the regulatory network that
Montfort School breathes fire on the day 2 of RBCL 2016
The 2nd day of RBCL 2016 was full of twists & turns. The day began with a match between G.D. Goenka Dwarka and Mayur Public School, I.T. Extension and had 6 matches in total, thanks to the weather
Manual Scavenging Still in Practice
Despite there being a ban, Delhi Jal Board and Municipal Corporation of Delhi are still hiring manual scavengers. The Delhi State Legal Service Authority (DSLSA) has reported that at least 233 such wo
Flourishing Opening of 22nd Ramjas Basketball Champions League
22nd Ramjas Basketball Champions League, 2016 (RBCL 2016) began on 3rd August 2016. Mrs. Rachna Pant, Principal Ramjas School R.K. Puram & Convener of the Tournament lit the lamp and unfurled the
Chinese Manjha to be Banned in the Capital
The government on Monday informed the Delhi High Court that it is in the process of issuing a notification to ban the use of “Chinese manjha” used for kite flying in the capital, informing
India has a Firm Grip on Test Matches with West Indies
India reached a commanding 425 for 6 by lunchtime on Day 3 of the second Test on Monday, continuing to pile on the misery of West Indies. While Wriddhiman Saha was dismissed for 47 on the verge of lun
The First Indian and Tennis Player at the Olympics for the Seventh Time
Leander Paes had wanted a seventh appearance in the Olympics since a long time. He would be the first Indian and tennis player to do so. He has already achieved the no. 1 position in the world, comple
2 Lakh Students Continue To Study without Notebooks
Four months after the new academic session in municipal schools of the city started in April this year, around two lakh children studying in 388 schools under the East Delhi Municipal Corporation atte
New Rays of Hope for India at Rio
A number of people, who are not so popular amongst the masses of India, hold out hope for the country at Rio Olympics. All of them have qualified at the test event, and are training for the games, whi
Related News
-
The Effect of Gamification on Student Motivation
-
The Role of Mental Health Resources on Campus
-
Significance of Infrastructure Development in India
-
Data Analytics Adopted by High School Sports Teams
-
Importance Of Basic Mathematics Skills
-
Is Photography a Good Career Option?
-
Essay on Issues and Challenges of Rural Development in India
-
Technological Advancements in the Field of Badminton
-
Steps to Manage Stress and Deal with Peer Pressure
-
Should Parents Punish Their Children For Every Mistake?
$(document).ready(function () {
var settime = new Date();
$('#btnCancel').click(function () {
localStorage.setItem("WaterPopUp", settime.getTime());
});
var current = new Date();
var val = localStorage.getItem("WaterPopUp");
if (val == null) {
$('#Waterdaypopupid1').show();
}
else {
var diff = (current.getTime() - val) / 1000;
diff /= (60 * 60);
var difference = Math.abs(Math.round(diff));
if (difference >= 6) {
$('#Waterdaypopupid1').show();
}
else {
$('#Waterdaypopupid1').hide();
}
}
});
//$(document).ready(function () {
//
// var settime = new Date();
// $('#btnCancel').click(function () {
// localStorage.setItem("WaterPopUp", settime.getTime());
// });
// var current = new Date();
// var val = localStorage.getItem("WaterPopUp");
// if (val == null) {
// $('#waterdaypopup').show();
// }
// else {
// var diff = (current.getTime() - val) / 1000;
// diff /= (60 * 60);
// var difference = Math.abs(Math.round(diff));
// if (difference >= 6) {
// $('#waterdaypopup').show();
// }
// else {
// $('#waterdaypopup').hide();
// }
// }
//});
//$(window).load(function () {
// setTimeout(function () {
// $(".worldwaterdaypop,.fade_back").addClass("active");
// }, 10000);
//});
//$(".worldwaterdaypop span,.fade_back").click(function () {
// $(".worldwaterdaypop,.fade_back").removeClass("active");
//});
$(window).load(function () {
setTimeout(function () {
$(".worldwaterdaypop2,.fade_back").addClass("active");
}, 1000);
});
$(".worldwaterdaypop2 span,.fade_back").click(function () {
$(".worldwaterdaypop2,.fade_back").removeClass("active");
});