I am using below code also find the code here .Could you please help on this.
<table>
<tbody>
<tr class="myrow1">
<td class="cpCode">
<span rel="replace">Need PopOver</span>
</td>
</tr>
jQuery(function($) {
$('[rel=replace]').popover({trigger: 'hover',
placement : 'top',
html: 'true',
content :'Hello'
});
});