Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Downloading the latest version
Message
 
 
À
Tous
Information générale
Forum:
Javascript
Catégorie:
JQuery
Titre:
Downloading the latest version
Divers
Thread ID:
01672727
Message ID:
01672727
Vues:
40
Hi,

1. I can get the files from jQuery CDN but I can't seem to find the CDN for jquery-ui.js. That is, I can use the version 3.4.8 for the jquery but I have to use 1.12.4 for jquery-ui.js. Here is an example (which works but looks odd):
    <link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
    <link rel="stylesheet" href="/resources/demos/style.css">
    <script src="https://code.jquery.com/jquery-3.4.0.min.js"></script>
    <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>  
As you can see, above, that the script mixes version 3.4.0 and 1.12.1

2. How can I download all js and css files for the latest version of jQuery?

TIA
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Répondre
Fil
Voir

Click here to load this message in the networking platform