Hello, look at these lines of code:
<div id="divn4" align="center"><i style="">Nunca, nunca enviamos span.</i></div>
So, if I wanted to reference the italic there, to apply some function in it, without having to put an id, or class, in Jquery how can I do it? I think of something like:
$("#divn4[i]").text("teste");
In short, it would be something like in CSS, where you can create a selector not necessarily using an ID or Class.