Skip to content
Andrew M. Fahmy edited this page Jul 18, 2017 · 4 revisions

npm version Build Status MIT Licence OpenHub CodeClimate

Simpleddl

A simple JQuery based dropdown list

Install Package

npm install simpleddl

How to use

just initialize the library on the element you choose

$("select").Simpleddl();

Documentation

Documentation is available here

Clone this wiki locally