PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Saturday, November 19, 2022

[FIXED] How to get JQuery from getbootstrap website?

 November 19, 2022     bootstrap-4, javascript, jquery     No comments   

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.

enter image description here


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)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing