For example I\'ve got the simple code:
Download file 01
Here another way:
var arr = []; $("ul.list li a").each (function(){ arr.push( (this.href.match(/\/[^\/]+$/)[0] || '').substr(1) ); });