Questions tagged [jsdelivr]

jsDelivr is a free CDN for developers and webmasters.

jsDelivr is a public open-source CDN where anyone can submit a project to be hosted and delivered by our network. Most people probably know that Google hosts jQuery and a few other popular libraries. However, many more types of projects are allowed, like CSS frameworks, fonts, WordPress plugins etc. And by using GitHub, we allow the community to fully interact with jsDelivr by adding and updating files.

28 questions
0
votes
1 answer

Is jsdelivr cdn down?

Is jsdelivr cdn down? Bootstrap CDN gives for me ERR_CONNECTION_RESET so that affects many websites' design. Please help me to solve this problem. I'm from Egypt. I expected to get the Bootstrap CSS or JS from the cdn but it gives me…
Patrick
  • 51
  • 5
0
votes
0 answers

forge jsdelivr is not working in my production environment

hello please pardon me this is my first time here, I have a node js application that I use in RSA encryption, and on the client side I'm using jsdelivr like in…
0
votes
0 answers

I need help connecting jsdelivr and webflow

I am hosting my JS on github and attempting to execute this code on my front end webflow (Webflow has a 10,000 character limit on the custom code). I want to execute my github code on webflow, and I've followed the steps from jsdeliver, but no luck.…
Mason
  • 1
  • 1
0
votes
1 answer

How do I find the Subresource Integrity (SRI) code for the debug version of bootstrap 5?

Bootstrap 5.3.0-alpha3 is hosted on JsDelivr network. I can see that on this link https://www.jsdelivr.com/package/npm/bootstrap?tab=stats I can right click the copy icon and copy the SRI code for the minified version. But where do I find the SRI…
Jay
  • 1,168
  • 13
  • 41
0
votes
0 answers

Using zxcvbn with chrome web extension

I am struggling to get the zxcvbn library to work while developing a chrome web extension. I am new to js and my current goal is to output the strength of the password entered into the password field of a website. I have tried implementing the…
0
votes
0 answers

Unlayer custom tools not showing on React build

I have a react application that uses the unlayer email editor. I also have some custom tools which I include in the editor like this: import EmailEditor from 'react-email-editor';
max
  • 37
  • 7
0
votes
0 answers

What is the advantage of using jsDelivr?

The getbootstrap.com docs include jsDelivr, stating: Skip the download with jsDelivr to deliver cached version of Bootstrap’s compiled CSS and JS to your project. According to https://www.jsdelivr.com/about : jsDelivr is a public, open-source CDN…
JimmyTheCode
  • 3,783
  • 7
  • 29
  • 71
0
votes
0 answers

Adding events inside a for loop not working in Apple touch devices

So I have this test website: https://dynamicworld100.000webhostapp.com/ There you can see 5 images that when clicked they open in a bigger form. This behaviour works fine in PC and Android touch devices, but for Apple touch devices like Iphone or…
eloreah
  • 21
  • 1
  • 3
0
votes
1 answer

Put two icons inside of an input field with jsDelivr semantic-ui

I was trying to put another icon in an input tag that alredy has an icon, but when I put it, gets over the other icon like this I just want to put the eye icon to the right side, i put the code to so if anyone finds an error.
ARGENTOS72
  • 11
  • 3
0
votes
0 answers

404 File not found when using JSDelivr and Github to host GLTF model in AFrame

I'm new to A-Frame, and I'm trying to use a CDN to host a GLTF model with JsDelivr. Could someone walk me through step-by-step to use GitHub and JsDelivr? No matter what I try, the model won't show up, and I'm getting a 404 file not found error in…
0
votes
0 answers

How to avoid '@' sign expansion in `vega@3`

In an HTML script, a call to fetch a package ending in vega@n where n is a version number, is being incorrectly expanded and causing a 404 error. I'm trying to find out why, and to prevent this. Apologies in advance for the long-winded explanation,…
Luciano
  • 2,388
  • 1
  • 22
  • 33
-1
votes
1 answer

cdn.jsdelivr.net is blocked and not working from egypt

All developers in egypt found that cdn.jsdelivr.net is blocked and not working from Egypt Our ISP Provider is Blocked it, and we don't now why !! ANYONE know why ??? Also I found this and work perfectly, may it help anyone cdn.jsdelivr.xyz enter…
-1
votes
1 answer

Problem with adding JS to a Bootstrap html sheet (via the basic jsDelivr CDN link) - What am I doing wrong?

I was told to put it just before the closed body tag. There was also the bundle link that didn't work: Everything works (the jsdelivr CDN for CSS loaded up fine in the HEADER). But whenever I do the simple JS functions (with the data toggles) they…
1
2