var breeze_prefetch = {"local_url":"https://www.bangaloreanx.com","ignore_remote_prefetch":"1","ignore_list":["wp-admin","wp-login.php"]};
//# sourceURL=breeze-prefetch-js-extra
https://www.bangaloreanx.com/wp-content/plugins/breeze/assets/js/js-front-end/breeze-prefetch-links.min.js
https://www.bangaloreanx.com/wp-includes/js/jquery/jquery.min.js
https://www.bangaloreanx.com/wp-includes/js/jquery/jquery-migrate.min.js
BangaloreanX
The content provided on BangaloreanX is for informational purposes only. The views and opinions expressed in the articles are solely those of the individual authors and do not necessarily reflect the official policy or position of BangaloreanX or its affiliates.
While we strive to ensure that the information on our website is up-to-date and accurate, we make no representations or warranties—express or implied—regarding the completeness, accuracy, reliability, suitability, or availability of the content for any purpose. Any reliance you place on such information is strictly at your own risk.
In no event shall BangaloreanX, its owners, or contributors be liable for any loss or damage—including without limitation, indirect or consequential loss or damage—arising from the use of this website or from any information contained herein.
BangaloreanX may include links to external websites over which we have no control. The inclusion of any such links does not imply endorsement or guarantee of the content found on those sites. We are not responsible for the nature, content, or availability of any linked external sites.
https://www.bangaloreanx.com/wp-content/themes/zox-news/js/mvpcustom.js
jQuery(document).ready(function($) {
var leaderHeight = $("#mvp-leader-wrap").outerHeight();
var navHeight = $("#mvp-main-head-wrap").outerHeight();
var headerHeight = navHeight + leaderHeight;
var previousScroll = 0;
$(window).scroll(function(event){
var scroll = $(this).scrollTop();
if ( typeof leaderHeight !== "undefined" ) {
if ($(window).scrollTop() > headerHeight){
$("#mvp-main-nav-small").addClass("mvp-nav-small-fixed");
$("#mvp-main-body-wrap").css("margin-top", navHeight );
} else {
$("#mvp-main-nav-small").removeClass("mvp-nav-small-fixed");
$("#mvp-main-body-wrap").css("margin-top","0");
}
if ($(window).scrollTop() > headerHeight + 50){
$("#mvp-main-nav-small").addClass("mvp-fixed");
$("#mvp-main-nav-small").addClass("mvp-fixed-shadow");
$(".mvp-fly-top").addClass("mvp-to-top");
} else {
$("#mvp-main-nav-small").removeClass("mvp-fixed");
$("#mvp-main-nav-small").removeClass("mvp-fixed-shadow");
$(".mvp-fly-top").removeClass("mvp-to-top");
}
} else {
if ($(window).scrollTop() > navHeight){
$("#mvp-main-nav-small").addClass("mvp-nav-small-fixed");
$("#mvp-main-body-wrap").css("margin-top", navHeight );
} else {
$("#mvp-main-nav-small").removeClass("mvp-nav-small-fixed");
$("#mvp-main-body-wrap").css("margin-top","0");
}
if ($(window).scrollTop() > navHeight + 50){
$("#mvp-main-nav-small").addClass("mvp-fixed");
$("#mvp-main-nav-small").addClass("mvp-fixed-shadow");
$(".mvp-fly-top").addClass("mvp-to-top");
} else {
$("#mvp-main-nav-small").removeClass("mvp-fixed");
$("#mvp-main-nav-small").removeClass("mvp-fixed-shadow");
$(".mvp-fly-top").removeClass("mvp-to-top");
}
}
previousScroll = scroll;
});
});
jQuery(document).ready(function($) {
// Mobile Social Buttons More
$(".mvp-soc-mob-right").on("click", function(){
$("#mvp-soc-mob-wrap").toggleClass("mvp-soc-mob-more");
});
});
jQuery(document).ready(function($) {
$(".menu-item-has-children a").click(function(event){
event.stopPropagation();
});
$(".menu-item-has-children").click(function(){
$(this).addClass("toggled");
if($(".menu-item-has-children").hasClass("toggled"))
{
$(this).children("ul").toggle();
$(".mvp-fly-nav-menu").getNiceScroll().resize();
}
$(this).toggleClass("tog-minus");
return false;
});
// Main Menu Scroll
$(".mvp-fly-nav-menu").niceScroll({cursorcolor:"#888",cursorwidth: 7,cursorborder: 0,zindex:999999});
});
//# sourceURL=mvp-custom-js-after
https://www.bangaloreanx.com/wp-content/themes/zox-news/js/scripts.js
https://www.bangaloreanx.com/wp-content/themes/zox-news/js/retina.js
https://www.bangaloreanx.com/wp-includes/js/comment-reply.min.js
https://www.bangaloreanx.com/wp-content/themes/zox-news/js/firebase-init.js
https://www.bangaloreanx.com/wp-content/plugins/breeze/assets/js/js-front-end/breeze-lazy-load.min.js
document.addEventListener("DOMContentLoaded", function () {
window.lazyLoadInstance = new LazyLoad({
elements_selector: ".br-lazy",
data_src: "breeze",
data_srcset: "brsrcset",
data_sizes: "brsizes",
class_loaded: "br-loaded",
threshold: 300,
});
});
//# sourceURL=breeze-lazy-js-after
window.addEventListener("DOMContentLoaded",(e=>{document.querySelectorAll('img[loading="lazy"]').forEach((e=>{e.getBoundingClientRect().top<=window.innerHeight&&(e.loading="eager")}))}));