How can I check whether there is a bootstrap.js loaded on page (a file bootstrap.js may be compiled into another big JS file)?
If you type this in the console, it will output the jQuery version: console.log(jQuery().jquery);
console.log(jQuery().jquery);