I'm currently delving into CakePHP and am eager to incorporate this Bootstrap code snippet from onto my website. I've successfully added the HTML to the .ctp file in the Pages directory and styled it with custom.less, but I hit a roadblock when it comes to including the Javascript code. It seems like it's not being invoked in the HTML file. I attempted placing the JS within a script tag in the .ctp document, but unfortunately that didn't work. Any advice on where to properly append the Javascript would be greatly appreciated. Thank you!