News Headlines More Headlines >> Politics More Politics >> Transport More Transport >> Education More Education >> Environment More Environment >> Health More Health >> UK More UK >> Opinion More Opinion >> World More World >> Odd More Odd >> Friends of the Scotsman More Friends of the Scotsman >> Obituaries More Obituaries >> Celebrity More Celebrity >>
News
$(document).ready(function() {
$('.editorial-navigation__mobile .editorial-navigation__link-tree-item--primary > a').filter(function() {
return ($(this).siblings('.editorial-navigation__link-tree-secondary').children().length a').on('click', function(e)
if( $(this).siblings('.editorial-navigation__link-tree-secondary').children().length > 0 )
e.preventDefault();
e.stopPropagation();
if($(this).parent().hasClass('open'))
$(this).parent().removeClass('open');
else
$('.editorial-navigation__mobile .editorial-navigation__item').removeClass('open');
$(this).parent().addClass('open');
)
News
function setCookie(cname, cvalue, exdays)
var d = new Date();
d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000));
var expires = "expires="+d.toUTCString();
document.cookie = cname + "=" + cvalue + ";" + expires + ";path=/";
function getCookie(cname)
var name = cname + "=";
var ca = document.cookie.split(';');
for(var i = 0; i < ca.length; i++)
var c = ca[i];
while (c.charAt(0) == ' ')
c = c.substring(1);
if (c.indexOf(name) == 0)
return c.substring(name.length, c.length);
return "";
function checkCookie()
var isBannerHidden = getCookie("nws_bnr");
if (isBannerHidden != "")
$('.newsletter-mobile-widget').hide();
function hideNewsletterBanner()
setCookie("nws_bnr", "hidden", 30);
$('.newsletter-mobile-widget').hide();
$('.slab.slab--bottommobilebanner').css('margin-bottom', 0);
checkCookie();
//v1.0.0 - 20190227
function applyImgSrcs()
// all IMG element that have a DATA-SRC attribute but not a SRC attribute
var a = document.querySelectorAll("IMG[data-src]:not([l])");
var i;
var sb = 100;
for ( i = 0; i < a.length; i++)
var o = a[i];
var w = Math.round( ( o.clientWidth + sb / 2 ) / sb ) * sb;
var u = o.dataset.src;
u = u.replace( /w_auto/i , "w_"+w );
o.setAttribute( "src" , u );
o.setAttribute( "l",true);
;
document.addEventListener( "readystatechange" , function()
applyImgSrcs();
);
window.addEventListener( "scroll" , function()
applyImgSrcs();
);
applyImgSrcs();
var JP = JP || ;
JP.nativeContentPropertyId = "NA-SCOTCOM-11237231";
JP.currentPageName = "News".toLowerCase();
(function ()
var d = new Image(1, 1);
d.onerror = d.onload = function ()
d.onerror = d.onload = null;
;
d.src = ["//secure-uk.imrworldwide.com/cgi-bin/m?ci=uk-305805h&cg=0&cc=1&si=", escape(window.location.href), "&rp=", escape(document.referrer), "&ts=compact&rnd=", (new Date()).getTime()].join('');
)();