Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Popover mode bs.iconpicker dons't work bs.modal for used container:'body' #66

Open
UnreALi opened this issue Sep 7, 2017 · 0 comments

Comments

@UnreALi
Copy link

UnreALi commented Sep 7, 2017

I use
var container = $this.data('container') == '' ? 'body' : $this.data('container');

 $this.popover({
                            animation: false,
                            trigger: 'manual',
                            html: true,
                            content: op.table,
                            container: container,
                            placement: op.placement
                        }).on('shown.bs.popover', function () {
                            data.switchPage(op.icon);
                            data.bindEvents();
                        });

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant