I'm getting the following values
<h3 id="valor">Valor Mensalidade: R${{curso_se.preco_curso}}</h3>
<h1 style="color:green;">PrimeiraMensalidade:R${{curso_se.preco_matricula}}</h1>
But they are coming with dot and without separating houses from thousands, for example example: 2.432,00
I tried to give replace but it did not work
$("#valor").val(replace(".", ","));