Sha256: a28262195204ada51760d53bd989176c9a2c58053f21e27357baac4609c8e51d
Contents?: true
Size: 550 Bytes
Versions: 63
Compression:
Stored size: 550 Bytes
Contents
$(document).ready(function(){ $(window).scroll(function() { var $scroll = $(window).scrollTop(); if ($scroll > 50){ $(".remove-name").removeClass("patient-name"); } else { $(".remove-name").addClass("patient-name"); } }); $("dd").each(function(){ var $href = $(this).find('a').attr('href'); if ($href === window.location.pathname) { $(this).addClass('active'); } }); $(document).foundation({ "magellan-expedition": { destination_threshold: 30, fixed_top: 49 } }); });
Version data entries
63 entries across 63 versions & 1 rubygems