jBox Content Delivery Network

jsDelivr is a great CDN choice for jBox.

Use the following code to include a specific version of jBox:

<script src="https://cdn.jsdelivr.net/gh/StephanWagner/jBox@v1.3.3/dist/jBox.min.js"></script>
<link href="https://cdn.jsdelivr.net/gh/StephanWagner/jBox@v1.3.3/dist/jBox.min.css" rel="stylesheet">

There is also a version with all plugins and themes included:

<script src="https://cdn.jsdelivr.net/gh/StephanWagner/jBox@v1.3.3/dist/jBox.all.min.js"></script>
<link href="https://cdn.jsdelivr.net/gh/StephanWagner/jBox@v1.3.3/dist/jBox.all.min.css" rel="stylesheet">

You can also include specific plugins and themes through the CDN:

<script src="https://cdn.jsdelivr.net/gh/StephanWagner/jBox@v1.3.3/dist/plugins/jBox.Image.min.js"></script>
<link href="https://cdn.jsdelivr.net/gh/StephanWagner/jBox@v1.3.3/dist/plugins/jBox.Image.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/gh/StephanWagner/jBox@v1.3.3/dist/themes/jBox.TooltipDark.min.css" rel="stylesheet">

Use latest instead of a version number to include the newest jBox version:

<script src="https://cdn.jsdelivr.net/gh/StephanWagner/jBox@latest/dist/jBox.min.js"></script>
<link href="https://cdn.jsdelivr.net/gh/StephanWagner/jBox@latest/dist/jBox.min.css" rel="stylesheet">