Sha256: 698be980a3396d18376877455bd0e0723a5b3fbeeefccc76075dd6035d978eb9
Contents?: true
Size: 256 Bytes
Versions: 7
Compression:
Stored size: 256 Bytes
Contents
$(window).load -> windowWidth = $(window).width() smallBreakpoint = 640 if windowWidth < smallBreakpoint # sets the height so the nav items in the top bar are scrollable windowHeight = $(window).height() $('.top-bar').height windowHeight
Version data entries
7 entries across 7 versions & 1 rubygems