-
-
Notifications
You must be signed in to change notification settings - Fork 79k
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
Can I integrate bootstrapjs with requirejs? #14397
Comments
We had AMD support planned for v3.2 but dropped it before releasing. I'm guessing we'll revisit it for v4. You can use it currently with the |
@hnrch02 That's really helpful。But in this way, can bootstrap parse html markup automatically? In my opinion of view, there should be measures like |
What do you mean by automatically parsing markup? Are you referring to our data-api? |
I mean components like tooltip |
Closing since this was punted to v4. |
My project uses requirejs as module loader, and jquery is loaded on demand, but bootstrapjs depends on jquery, since the optional way is load jquery twice by put jq&btsp script tag in head, and it works fine。But is there any way make it work with requirejs and load parts on demand?
The text was updated successfully, but these errors were encountered: