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

Bootstrap and jQuery UI fighting #146

Open
lifeBCE opened this issue Jun 12, 2014 · 1 comment
Open

Bootstrap and jQuery UI fighting #146

lifeBCE opened this issue Jun 12, 2014 · 1 comment

Comments

@lifeBCE
Copy link

lifeBCE commented Jun 12, 2014

Both frameworks seem to have a button() function so there are intermittent order of execution errors depending on what gets loaded when. So far, I think this issue has been masked but some simple code cleanup has exposed this to be an issue.

Solution is to completely migrate off of jQuery UI as discussed.

@lifeBCE
Copy link
Author

lifeBCE commented Jun 13, 2014

Thinking about this some more. It seems like the best idea is to move all common libraries to common and have each view/collection/model/etc simply include common and call these objects via common.

Example:

Common.backbone.View.extend
vs.
Backbone.View.extend

This way we can better control the order of execution with regard to vendor libs.

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