<script>
$(function () {
$("#example").popover({html: true});
});
</script>
On Nov 15, 2012, at 3:43 PM, Paul wrote:
>
>>
>> Hi Bill
>>
>
> As suggested I took a look at the link you provided and after reading
> the documentation provided for the popover I changed some of the
> code as follows:
>
> <a href="#" id="example" class="btn btn-danger" rel="popover"
> data-html="<img src='1.jpg'/>" data-original-title="Twitter Bootstrap
> Popover">zoom</a>
>
>
>
>
> <script>
> $(function () {
> $("#example").popover();
> });
> </script>
>
> But I still can not get this to work.
>
> Can you tell me what I am doing wrong please.
>
>>
>> Regards,
>>
>>
>>
>> Paul
>>