Villagers of Haryana boycotted the elections due to non-construction of bridge over Yamuna river
Live Hindi News :- Villagers of Haryana state have boycotted the elections because their demand of building a bridge over the Yamuna river has not been met. Tapu Majri village is located in Yamunanagar district of Haryana state. The Yamuna river flows through the village which falls under the Ambala Lok Sabha constituency. Since there is no bridge over the river in the area, people of the area have to travel a long distance to reach the other bank.
The people of the area have demanded the state government to build a bridge. But no action is taken on this. In such a situation, in the recent Gram Panchayat meeting, they decided to boycott the Lok Sabha elections if their long-standing demand is not met.
In such a situation, elections were held in a single phase on all 10 seats of Haryana yesterday. In this, Tabu Majri's villagers did not go to vote as per the plan. She rejected the demand of the district administration to perform her democratic duty. Officials said that out of a total of 550 voters, only 2 voted. Meanwhile, the villagers have said that they will boycott the upcoming elections until the bridge is built.
var related = 1;
/* var HINDU_COMMENTS_CONFIG = {
moduleId: 1, //1->news. 2->mag etc //integers only
articleId: “1255264”, //integers only
articleUrl: ”
img: ”
title: “யமுனா ஆற்றின் குறுக்கே பாலம் கட்டாததால் தேர்தலை புறக்கணித்த ஹரியாணா கிராம மக்கள்”,
userId:””,
cate_id:”265″,
body:””,
comments: {
“enabled”: true,
“showRecommendedArticles”: true,
“auth”: true,
“socialAuth”: true,
“sorting”: “latest”,
“showCommentInputBox”: true
}
};
(function(){
var src=”
document.write(”);
})(); */
setTimeout(function(){
let scripts = (
‘
‘
‘
‘
‘
‘
‘
);
scripts.forEach(function(url) {
let script = document.createElement(‘script’);
script.src = url;
script.async = false;
document.body.appendChild(script);
});
}, 1000);
var nextPage=””;
var cmt = 1;
var related = 1;
var article_id;
var article_url;
var article_img;
var article_title;
var article_uid;
var article_cid;
var article_keywords;
var HINDU_COMMENTS_CONFIG;
$(‘#loadMoreComments’).html(‘
Be the first person to comment
‘);
$( document ).ready(function() {
setTimeout(function(){
$(‘#loadMoreComments’).html(”);
localStorage.articleId = ‘1255264’;
localStorage.moduleId = ‘1’;
localStorage.StartLimit = 2;
localStorage.EndLimit = 2;
localStorage.DOMAIN_COMMENTS_URL = ‘
localStorage.API_URL = ‘
localStorage.LoadMore=”0″;
}, 5000);
x=1;
//alert();
//$(‘#LoadArticle .pgContent’).slice(0, 1).show();
$(‘#loadMore’).on(‘click’, function (e) {
e.preventDefault();
x = x+1;
//$(‘#LoadArticle li’).addClass(‘d-flex’)
$(‘#LoadArticle .pgContent’).slice(0, x).slideDown();
$(‘.pgContent’).show();
$(‘#loadMore’).hide();
});
var y = 1;
$(‘.loadmore-button’).on(‘click’, function (e) {
y = y+1;
if(y==2){
$(‘#loadMoreComments’).append(‘
‘);
googletag.cmd.push(function() { googletag.display(‘div-gpt-ad-1700570021911-0’); });
}
if(y==5){
$(‘#loadMoreComments’).append(‘
‘);
googletag.cmd.push(function() { googletag.display(‘div-gpt-ad-1700569929456-0’); });
}
});
// Refresh Ads units
setInterval(function() {
googletag.cmd.push(function() {
googletag.pubads().refresh();
});
}, 45000);
$(‘.shareOpenBtn’).click(function(){
$(‘.shareOpen1’).toggle(‘slow’);
});
$(‘.bookmark’).click(function(){
var usrid = parseInt($(this).attr(‘data-id’));
if(usrid>0){
$(‘.bookmark’).html(”);
$.ajax({
url: ‘
type: “POST”,
data: {mid:1, uid:usrid, aid:1255264},
success: function(response) {
if(response.trim()==’success’){
var msg = ‘ Successfully saved.’;
}else{
var msg = response;
}
$(‘#authErr’).html(msg);
}
});
}else{
$(‘#authErr’).html(‘ Please login to bookmark article ‘);
}
setTimeout(function(){$(‘#authErr’).html(‘ ‘);},4500);
});
$(‘#loadLess’).on(‘click’, function (e) {
//alert()
e.preventDefault();
x = x-1;
$(‘#LoadArticle .pgContent’).slice(x).slideUp();
});
if ($(‘.pgContent’).length > 0) {
var page_url = ”
var cur_url=””;
var version = 1;
var page_url_tmp = ”;
$(window).on(“scroll”, function(e) {
var window_height = $(window).height();
var window_top_position = $(window).scrollTop();
//alert(window_height + ‘ – ‘ + window_top_position);
var window_bottom_position = (window_top_position + window_height);
$(‘.pgContent’).each(function(idx, ele){
var element_height = $(ele).outerHeight();
var element_top_position = $(ele).offset().top;
//alert(idx+’ — ‘+element_top_position);
var element_bottom_position = (element_top_position + element_height);
if ((window_bottom_position > element_top_position) && (window_bottom_position counterElement) {
$(this).addClass(“element-visible”);
if(curindex==’tp’) return;
if (version == 9) {} else {
page_url_tmp = page_url;
newpf_url = page_url_tmp.replace(“~XPageIDX~”, curindex);
window.history.replaceState({path:newpf_url},””,newpf_url);
cur_url = newpf_url;
$(“#article_ga_track”).load(”
}
return false;
}
}
return false;
}
});
});
}
$(‘#main-news-content a’).attr(‘target’, ‘_blank’);
$(‘.print’).click(function(){
printDiv();
});
});
function showInfoBox(){
$(‘#_infoBox’).toggle(‘slow’);
}
/* function ads_reload(){
$(“#__adsr1″).html(”);
//$(“#article_ga_track”).load(”
$(“#__adsr1″).load(”
} */
function printDiv()
{
var divToPrint=document.getElementById(‘pgContentPrint’);
var newWin=window.open(”,’Print-Window’);
newWin.document.open();
newWin.document.write(‘
‘+divToPrint.innerHTML+”);
newWin.print();
newWin.close();
setTimeout(function(){newWin.close();},10);
}
var emoteStarted = 0;
$(‘.emoteImg’).click(function() {
var thisId = $(this).attr(‘data-id’);
if(emoteStarted==0){
var totcnt = parseInt($(‘.emote-votes’).attr(‘data-id’));
if(totcnt==0){
$(‘.emote-votes’).html(‘1 Vote’);
$(‘.emote-votes’).css(‘padding’, ‘2px 5px’);
}else{
var newtotcnt = totcnt + 1;
$(‘.emote-votes’).html(newtotcnt+’ Votes’);
}
$(‘.emoteImg’).each(function(idx, ele){
var s = parseInt($(this).attr(‘data-id’));
var cnt = parseInt($(this).attr(‘data-res’));
var tot_cnt = parseInt($(this).attr(‘data-count’)) + 1;
if(s==thisId){ cnt+=1; }
cntPer = (cnt/tot_cnt)*100;
var percnt = cntPer.toFixed();
if(s==thisId){
$(‘#emote-res-txt’+s).addClass(‘active-1’);
$(‘#emote-res-cnt’+s).addClass(‘active’);
}
$(‘#emote-res-cnt’+s).html(percnt+’%’);
$(this).removeClass(’emoteImg’);
});
emoteStarted = 1;
$.ajax({
url: ‘
type: “POST”,
data: $(‘#frmReact’).serialize(),
success: function(response) {
//document.location.reload();
}
});
}else{
}
});
$(window).scroll(function() {
var wTop = $(window).scrollTop();
var homeTemplateHeight = parseInt($(‘#pgContentPrint’).height()-200);
var acthomeTemplateHeight = homeTemplateHeight;
if(wTop>homeTemplateHeight){
if( related==1 ){
$(‘#related-div’).html( $(‘.homePageLoader’).html() );
$.ajax({
url:’
type:’GET’,
data : { keywords:”, aid:’1255264′ },
dataType:’json’,
//async: false ,
success:function(result){
let userData = null;
try {
userData = JSON.parse(result);
} catch (e) {
userData = result;
}
var data = userData(‘data’);
console.log(data);
var htmlTxt=”
தொடர்புடைய செய்திகள்
“;
$.each(data, function (i,k){
var str = k.web_url;
var artURL = str.replace(” ”
var artImgURL = k.img.replace(“/thumb/”, “/medium/”);
if(i>=4){ return false; }
htmlTxt += ‘
‘+k.title_ta+’
‘+k.author+’
‘;
});
htmlTxt += ‘
‘;
$(‘#related-div’).html(htmlTxt);
}
});
related = 2;
}
}
});