Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

101
Views
Is there a way to link jquery to html without use of a cdn?

I am trying to link a jquery page to my HTML. Is there a way to do this without using a CDN or downloading from the jquery site? I want it to be like linking a standard js file (like below).

<script src="script.js"></script>
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Lets say you want to use the latest version (3.6.0), one way to do this, would be to go to jQuery official site and choose the version you want to use, then copy the src code link, like so:

enter image description here

Navigate to it, copy all the code and paste it into your own js file which you can name whatever way you would like. And then you would be able to link jQuery like so: <script src="MyJquery.js"></script>

In the case of my example I'm using the format min.js , the minified version, so you would need to do it like so: <script src="MyJquery.min.js"></script>

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!