Simply put, this will work. However, if you are using Dojo AMD, you may get problems here.
It turns out that jQuery gets confused if it sees the 'define.amd' on the JS variable on the page. And this is not the AMD that it knows about or is configured to use, especially if it's Dojo AMD, because this bootloader has baseUrl, where Dojo is located on the server , not where jQuery is located.
Therefore, the suggestion is to avoid using Dojo AMD when using jQuery and Dojo on the same page. Note that handlebarsJS is implemented on the same issue.
Will Izard
source share