JIT
Create a sliding card carousel with show/hide functionality using JavaScript
show three card divs in a row initially and hide remaining cards and slide each card one by one by simply replacing the previous slide and first one with different width and other two same width on navigating left/ right and show/ hide all cards on toggling viewall/ collapse.. using simple js
Updated files
v1
view all button not worrking and prev / next not adding disabled attribute
Updated files
v2
hide prev/next button on toggling view all collapse
Updated files
v3
make controls div dN on toggling view all and collapse
Updated files
v4
make controls div display:none on toggling view all and collapse
Updated files
v5