Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Downloading jQuery is for people who use Grunt workflow to combine all their JS files including dependencies into one file for better page performance. For a beginner it's not a bad idea to just use Google CDN hosted jQuery in your HTML page.
-
Is Google CDN jQuery different from jQuery CDN? Also I've noticed the word 'ajax' in someone else's jQuery script code, what does Ajax has to do with jQuery script? Thanks! @code-god
-
Ping the CDN link in your terminal, find the fastest one. and ping your website in your terminal. Generally, the CDN will win, they have locations on every continent.
-
@popcorn it tells you how many fair dust units per second it takes for your jQuery file to magically appear ;)
-
Wut?? Please point out what you think I am trolling about. I just don't know much about stuff in dev world. @mundo03
-
@popcorn your webpage needs to execute the script before they can use the page, right? But even before that, you need to download the script. So, the difference is that one may be faster, so the script can download faster, and the page can load faster. The ping is used to see which download will be faster.
Related Rants
-
coldfire27!!!rant When after 5 years, u cant fully understand linux and someone wants to learn it in 2 days.
-
subha-py13I met one of my friend from my childhood he asked me what I do for a living. I told him : "I am a full stack...
-
coderalone13Found this somewhere, not only for concept, i just do it everytime 😂
!rant
I just found out I don't need to download jQuery to use jQuery. If I can just include jQuery in the <script> tag in order to load it into my HTML doc, what is the download for?
undefined
trivial but important question
newbie