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

211
Views
Referencing jQuery library on Google APIs and Relative path

In my Asp.Net Web Application, I have given a reference to jQuery library on Google APIs as below:

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>

Problem: few devices do not have an internet connection, and the JQuery download fails.

Providing the local file reference like below solves the problem:

<script src="~/Scripts/jquery-3.5.1.min.js"></script>

Question: If google APIs fail to download the file(If no internet) then I should take the local file reference, Is there a way to implement it?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

If you are worried, that ajax.googleapis.com may be unavailable at the particular moment, when you want to load jQuery 3.5.1, then simply include and deploy the library with your Asp.net web application.

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!