Custom Jquery slideshow doesn't want to reset?
- by Jared
Hello,
Under $(document).ready(function(), I have the following code:
num = $("#mainContentCategoryLinksWrapper > div").size();
This makes num equal the length of the children of #mainContentCategoryLinksWrapper. Currently, this equals 4. Above the $(document).ready(function( I have this:
var timesRun = 0;
function slideshow(){
…