Javascript error with Bootstrap plugin

Permalink 1 user found helpful
I have added a Bootstrap-friendly carousel to my page but have struck a javascript error making the page uneditable.

I am not a javascript kinda guy so can someone please suggest a fix?
Javascript console throws up these errors:

1. Uncaught TypeError: $(...) is not a function(…)
2. custom.js:32 Uncaught TypeError: $immortalCarousel.carousel is not a function(…)

http://turbo.turboit.co.nz/~plazmaxco/concrete5.7.5.9/...

thanks

trixiemay
 
hutman replied on at Permalink Best Answer Reply
hutman
You have 2 copies of jQuery loaded, if you remove the one from your theme's header does that help anything?
trixiemay replied on at Permalink Reply
trixiemay
Awesome!
Stripped out the old link and works like a charm.
Totally missed that! Thanks.