For example I\'ve got the simple code:
Download file 01
var fileNames = new Array(); $('.list a').each(function(i, item){ fileNames.push(this.href.substring(this.href.lastIndexOf('/') + 1)) });
This will give you an array of all the filenames, then:
for(var x=0; x