Sha256: 172cba68faaeb0040b6e3b91fe224917d96fbb1df64a3045e3f95edfcdb689af
Contents?: true
Size: 298 Bytes
Versions: 2
Compression:
Stored size: 298 Bytes
Contents
# mouse enter on thumbnail displays the image on the product show page $ -> $('[data-behavior~=product-image-thumbnail]').on 'mouseenter', -> $this = $(this) itemIndex = $(".thumb").index($this) + 1 $(".thumbnails li:nth-child(" + itemIndex + ")").show().siblings().hide() false
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
nimbleshop_simply-0.0.12 | app/assets/javascripts/nimbleshop_simply/thumbnail.js.coffee |
nimbleshop_simply-0.0.11 | app/assets/javascripts/nimbleshop_simply/thumbnail.js.coffee |