cancel
Showing results for 
Search instead for 
Did you mean: 

official jquery cdn for SAP web apps ?

rakshetha_jn
Associate
Associate
0 Kudos

Hello

I am creating a custom webapp using basic html + js for a customer ....I would like to know how we can leverage CDN for just jQuery and bootstrap.

I know SAPUI5 uses these libraries so we have the licences... ,., are there existing official CDNs I can include in my webapp so i dont rely on external CDNs.

best regards

Rakshetha

Accepted Solutions (0)

Answers (2)

Answers (2)

rakshetha_jn
Associate
Associate
0 Kudos

this is allowed ? no prerequisites or security guidelines ?

Sharathmg
Active Contributor
0 Kudos

You can include any library, including the jQuery by using the script tag in the index.html page.

Ex: Latest jQuery Slim version : <script src="https://code.jquery.com/jquery-3.3.1.slim.js"integrity="sha256-fNXJFIlca05BIO2Y5zh1xrShK3ME+/lYZ0j+ChxX2DA="crossorigin="anonymous"></script>