Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Latest commit

 

History

History
12 lines (7 loc) · 284 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 284 Bytes

Dropp

Dropp is a jQuery plugin which replaces regular droprown menus ( <select> elements ) with stylable alternatives.

All you have to do is to initialize the replacer as shown below.

$('select').dropp();

It'll handle the rest!

See the index.html for further info.