Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Copy the files,
then connect, example ( from here ):
<script type="text/javascript" src="chosen/chosen.jquery.min.js"></script>
<script type="text/javascript">
$(function(){
$(".chzn-select").chosen();
});
</script>
<select class="chzn-select" multiple="true" name="faculty">
<option value="AC">A</option>
<option value="AD">B</option>
<option value="AM">C</option>
<option value="AP">D</option>
</select>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question