Look, I have this problem I need to separate this code 5411.21 and save it in different variables, as you can see. in the middle
$(".o tr").each(function () {
var id = $(this).find("td").eq(0).text();
var existencia = $(this).find("td").eq(1).text();
var codigosolo = id.replace("5510.2","5510");
var tallasolo = id.replace("5510.2","2");
console.log(codigosolo);
console.log(tallasolo);
});
is what I try but they are several code so I use each