Get started with slim-select CDN

MIT licensed

Slim-Select is a lightweight, flexible, and customizable jQuery plugin for implementing multi-select dropdowns.

Tags:
  • select
  • vanilla
  • dropdown
  • search

Stable version

Copied!

How to start using slim-select CDN


<!DOCTYPE html>
<html>
<head>
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/slim-select@2.8.2/dist/slimselect.min.css">
    <script src="https://cdn.cdnhub.io/slim-select/2.8.2/slimselect.min.js"></script>
</head>
<body>
    <select id="my-select">
        <option value="option1">Option 1</option>
        <option value="option2">Option 2</option>
        <option value="option3">Option 3</option>
    </select>

    <script>
        const select = document.querySelector('#my-select');
        const selectInstance = new SlimSelect({
            select: select
        });
    </script>
</body>
</html>
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!

All versions