Is there something non-obvious to using the placement qualifier within the 
context of a popover within a btn-group?  Regardless of what I use it 
always displays to the right side.  Also any links to formatting txt within 
the popover would be appreciated.  TIA, V.

               <a data-toggle="popover" class="m-btn green rnd" 
placement="top" data-title= "" 
                data-content="foo."> foo</a>

                <script type="text/javascript">
                    $(function () {
                        $('a[data-toggle=popover]').popover();
                        $('body').popover({
                            selector: 'a[rel="popover"], 
[data-toggle="popover"]',
                            placement: 'bottom', # tried 'top', 'left' etc.
                            container: 'body',
                            html: true,

                        });

                        $('body').tooltip({
                            selector: 'a[rel="tooltip"], 
[data-toggle="tooltip"]'
                        });
                    });
                </script>


-- 
You received this message because you are subscribed to the Google Groups 
"twitter-bootstrap" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to