I am facing an error in my site. The error is :
Timestamp: 10/17/2012 8:27:23 PM
Error: TypeError: $ is not a function
Source File: path to my site/js/bootstrap.js
Line: 23
If this is a conflict with some other jQuery file, how I can remove it?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Presumably you’re missing jQuery. Make sure you include it in your page before including Bootstrap.