2

I have requirement to develop a front end project. I am planning to use angular + bootstrap. I don't have to use jquery, but bootstrap javascript components require jquery. my question is, 1)Can we have bootstrap built on javacript. 2)Can we have bootstrap built on angular.

please provide related good documents on any above two related topics.

6
  • To use bootstrap component (which requires jquery) must requires jquery. Commented Feb 11, 2016 at 10:29
  • scotch.io/tutorials/… Commented Feb 11, 2016 at 10:30
  • 1
    Use UI Bootstrap. link Commented Feb 11, 2016 at 10:31
  • @BhojendraNepal: but can we use both angular and jquery plugin. How its good to use both??? Commented Feb 11, 2016 at 10:33
  • @Arun To use bootstrap component you must have jquery. Commented Feb 11, 2016 at 10:34

4 Answers 4

1

For angular project you can user UI Bootstrap which have bootstrap CSS file with a set of native AngularJS directives.It does not require jQuery or Bootstrap's Javascript.The only required dependencies are:

  • AngularJS
  • Angular-animate
  • Bootstrap CSS

Check it here

Sign up to request clarification or add additional context in comments.

Comments

1

Have no worry, the internet is full of scripts and tutorials, native JavaScript is the coolest programing language ever! Far more powerful and requires almost zero maintenance on very long periods of time. Also some features are even better.

If you are looking for Bootstrap without jQuery or vanilla Javascript for Bootstrap, you can use bootstrap.native

Comments

0

The Bootstrap plugins are jQuery plugins, so no, strictly speaking, you can't use them without jQuery. There is this project, however, which may help you.

Comments

-1

When building out Angular projects, you should not add on the full jQuery library. jQlite is already included in Angular and this should be all the jQuery that is necessary.

Reference

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.