Issue
What is the way to include JQuery from their website - 'getbootstrap.com'?
This screenshot shows an older version of that site perhaps. Perhaps of 4.6 version: https://getbootstrap.com/docs/4.6/getting-started/introduction/
What would be the way to access JQuery from the latest version?
https://getbootstrap.com/docs/5.2/getting-started/introduction/
I can't find the JQuery script link there. Please guide.
Solution
Bootstrap 5 removed the dependency on jQuery.
You don't need jQuery to use Bootstrap any more, and Bootstrap no longer provides instructions on including it (because there's no need).
If you want to write your own code that uses jQuery, then follow the instructions on jQuery's website. (Note, however, that there isn't very much left in jQuery that isn't just as easy to do with native DOM and Web APIs).
Note that the instructions for Bootstrap 4 told you to get jQuery from jQuery's website too. Bootstrap have never hosted jQuery for their users.
Answered By - Quentin Answer Checked By - Willingham (PHPFixing Volunteer)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.