Skip to content

Instantly share code, notes, and snippets.

View alexmandt's full-sized avatar

Alexander Mandt alexmandt

View GitHub Profile
@alexmandt
alexmandt / multiselect.html
Created June 6, 2016 20:32
Vanilla Javascript multiselection example
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Multi Select Test</title>
</head>
<body>
<!-- Multi-form Part -->
<select id="multiSelectEx" multiple size="4">