var olcus = [];
$('.olcu').each(function(){
olcus.push(this.value);
});
Digər dildə:
EN
var olcus = [];
$('.olcu').each(function(){
olcus.push(this.value);
});