What does this have to do with web2py?
On Tuesday, January 22, 2013 11:45:43 AM UTC-5, Ramos wrote:
>
> hello
> i´m testing twitter popover efect but i have to press the button the see
> the popup, instead of just hovering above the button.
>
> jQuery(document).ready(function(){
> jQuery("#example").popover();
> ....
> ...
> ...
>
> <a href="#" id="example" class="btn btn-success" rel="popover"
> data-content="It's so simpleasd asd asd asd asd asd asdasd asd asd sa d asd
> asd asd asd asd sd to create a tooltop for my website!"
> data-original-title="Twitter Bootstrap Popover">hover for popover</a></a>
>
>
> Thank you
>
--