Skip to content

tskozel/dynamic-select

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dynamic selection boxes in Javascript

This is a library to help easily set-up dynamic select-boxes. A dynamic select-box's choices depend on the value of another select-box. This helps you configure these boxes using simple Javascript objects. It is client-side, so your boxes will work without reloading the browser.

Installation

The preffered way is to use jsdelivr. Simply add this to your html:

<script src="https://cdn.jsdelivr.net/npm/dynamic-select/main.js"></script>

You can use a bundler if you would like to. Just install the dynamic-select npm package.

npm i dynamic-select

Documentation

Visit the wiki for documentation.

How it looks in action

preview