the code: http://jsfiddle.net/n2m4absf/ (wont be functional, this is linked for code display purposes). trying to use:
setInterval(function(){slideCard();}
, 5000);
this carousel is a div box that moves in -883px chunks of margin-left. i want it to scroll automatically (thinking set interval would be the logic to use) every 5 seconds or so.
i have other js that handles the on click functions for navigating the carousel manually, but i dont think they should be effecting the autoplay. they do however live in the same file as the above js.
just need to get autoplay working and not sure why my js isnt doing it.