Can I use bootstrap, jquery plugins ?

Hello friends, Can I use bootstrap, jquery plugins in my project ?

Yes, you can

Thank you.

jQuery is required when you use bootstrap.js be assured to load jQuery before bootstrap.js otherwise you will get uncaught error in console

Also be sure to cache your jQuery objects.