<script src="http://lzzluca.github.io/javascript/MultiSelect/multiselect-min.js"></script>
<P class="title">Multiselection without 'ctrl' button on select tag</P>
<P class="descri">* I am the select without groups</P>
<SELECT id = "test_target_no_optgroup"></SELECT>
<INPUT id = "getV" type="button" value="Get value!" />
<P class="descri">* I am the select with groups and i have<BR>the "multiselector by category" as footer</P>
<SELECT id = "test_target_with_optgroup">
<OPTGROUP id = "test_target_with_optgroup_fc0" label = "Hello!:)"></OPTGROUP>
<OPTGROUP id = "test_target_with_optgroup_fc1" label = "Foo"></OPTGROUP>
<OPTGROUP id = "test_target_with_optgroup_fc2" label = "IdontKnow"></OPTGROUP>
<OPTGROUP id = "test_target_with_optgroup_fc3" label = "BlaBlaBla"></OPTGROUP>
</SELECT>
<INPUT id = "getV2" type="button" value="Get value!" />
<P class="descri_footer">This code is cross browser, tested on IE from 6 to 9, FF 3.6 and last, last version of Chrome, Safari and Opera :)</P>