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

Bootstap modal popups not working when jquerymy included #17

Closed
djumpen opened this issue Dec 10, 2015 · 2 comments
Closed

Bootstap modal popups not working when jquerymy included #17

djumpen opened this issue Dec 10, 2015 · 2 comments

Comments

@djumpen
Copy link

djumpen commented Dec 10, 2015

$('#modal').modal('show') not working on pages with jquerymy (bootstrap 2). Any ideas?

@ermouth
Copy link
Owner

ermouth commented Dec 10, 2015

Hi!

$.my have own implementation of modal dlg onboard, and $.my implementation utilizes same namespace. See http://jquerymy.com/ru/api.html#CW-header39 for details.

To avoid naming conflict, you can remove modal functionality from jquerymy.js. Modal is a separate plugin inside, it starts from the line 3445.

Deleting modal plugin from jquerymy.js does not affect $.my itself.

@ermouth ermouth closed this as completed Dec 10, 2015
@ermouth
Copy link
Owner

ermouth commented Jun 11, 2016

Reopen to fix. Gonna a) make $.my detect BT on load, b) if BT present, let jQuery.my .modal() guess if params received are Bootstrap-related and pass request through in this case.

@ermouth ermouth reopened this Jun 11, 2016
@djumpen djumpen changed the title Bootstap modal popups not working, when jquerymy included Bootstap modal popups not working when jquerymy included Jun 13, 2016
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

2 participants