Back

Explore Courses Blog Tutorials Interview Questions
0 votes
3 views
in Web Technology by (6.1k points)

I was making an interface for a program in Bootstrap. I added jQuery 1.11.0 to the <head> tag. But while launching a web page in the browser, it throws an error:

Uncaught Error: Bootstrap’s Javascript requires jquery

I also tried jQuery 1.9.0, but I could not make it work. Please tell me how to do it?

1 Answer

0 votes
by (11.7k points)
edited by

You can try this out:

You have to change the order of files.

<script src="js/jquery-1.11.0.min.js"></script>

<script src="js/bootstrap.min.js"></script>

<script src="js/wow.min.js"></script>

Want to become a Salesforce expert, join Web Development Courses Online Training now!

Related questions

0 votes
1 answer
asked Feb 12, 2021 in Java by sheela_singh (9.5k points)
0 votes
1 answer
0 votes
1 answer
asked Feb 17, 2021 in Java by sheela_singh (9.5k points)
0 votes
1 answer

Browse Categories

...