I wonder if I can make data-content equal to a function, i.e.
<a data-placement="top" data-toggle="popover" data-html="true" data-content="1 Ethernet<br>2 ATM">Hardware Type</a>
I want to have something like data-content="CallMyFunction"
, how can I do it?