IK
Size: a a a
IK
IK
IK
IK
SN
SK
var elements = $(document).find('.space_download');
console.log(elements);
$(elements).each(function( index ) {
$( this ).attr("download", true);
$( this ).click();
});
MS
var elements = $(document).find('.space_download');
console.log(elements);
$(elements).each(function( index ) {
$( this ).attr("download", true);
$( this ).click();
});
SK
MS
.click(function(){ //здесь твой код })
SK
.click(function(){ //здесь твой код })
MS
SK
MS
MS
PK
SK
D
SN
SN
SN