I am using this drop-down checklist for one of my applications. This works well for me, but my problem is, its Look(jquery UI) doesn’t match with my application UI. Is there any way to change the style of the above. I prefer to remove the stye and look like normal drop down list. I had also gone through this. But it has the same problem. Is there any drop-down checklist that look likes normal dropdown, and has this functionality?
My code
<script type="text/javascript">
$(document).ready(function() {
$("#s1").dropdownchecklist();
});
</script>
<select id="s1" multiple="multiple" tabindex='8'>
<option>Low</option>
<option>Medium</option>
<option>High</option>
</select>
You can try removing already assigned class and style or what ever works, after removing these attributes add new class to dropdown
Try to change in the css of this drop down provided in ui.dropdownchecklist.standalone, ui.dropdownchecklist.themeroller