Using chosen.js, how would I add images to the dropdown items?
By setting a background-image on chosen's list items:
background-image
.chzn-results li { background: url('path/to/img.png') no-repeat 3px center; padding-left: 12px; }
Adjust the pixel count accordingly.