The following source is created dynamically.
I'd like to add
<br />
after Artikler, to become
Artikler<br />.
Source
<div id="shopping">
<p><!--TEXT:--> <A HREF="cart-8.asp" CLASS="longsum">7 Artikler, verdi: 10 199,00</A></p>
</div>
I think I need to use
.after('<br />');
but I am not sure how to get Artikler.
7 will be changed dynamically.
Could you anyone tell me how to do it please.
Thanks in advance.