I need to put tags inside data-content
of popover
, how should I use the quotes?
example:
<a href="#" data-toggle="popover" data-html="true" data-content="
<div>
<span onclick=alteraLabel(teste)>Iphone</span>
</div>
">CLIQUE</a>
In data-content
I can not add my String
as a parameter, because of the quotation marks
Thank you