IntranetUserJS/mellansjo

Från Svenska kohanätverkets wiki
Hoppa till navigering Hoppa till sök

Periodika / Ta emot

Lättare att se hembibliotekets prenumeration genom att markera den grön och förstora rutan. ver 1 2019-03-22

if ($('#ser_serials-home').length) {
  waitForEl('.dataTables_wrapper', function() {
    var logbib = localStorage.getItem('loggedinbranch');
    $('.dataTables_wrapper td:nth-child(5)').each(function() {
      if ($(this).text().indexOf(logbib) > -1) {
        $(this).closest('tr').children().css('background-color','#d4efb7');
        $(this).closest('tr').children().css('padding','30px 4px');
      };
    });
  });
};