0
I would like to format text in the following line:
$('span.texto').text('Enviamos um email para email@email');
I’d like you to stay:
We send an email to email
I tried to
$('span.texto').text('Enviamos um email para <b>email@email</b');
But it hasn’t yet
That’s right, gave it right! Thank you very much!
– adventistaam