Bootstrap 4 Beta v2 JS not working with WordPress jQuery
Created by: danimalweb
Similar to #24417 (closed) which is closed.
When including the latest Beta v2 JS in a WordPress environment the following error is in the console: TypeError: Cannot read property 'fn' of undefined
on Chrome. Safari and Firefox also fail to load, but a slightly different error.
JS Bin: https://jsbin.com/sowahazege/1/edit?html,js,console,output
I have included jQuery from a current live WP install on my server.
Swapping out the Beta V2 JS for the Beta V1 JS corrects the issue. As does loading jQuery from a CDN instead of the bundled WP version.
Has something changed between Beta v1 and v2 on how the jQuery object is accessed?