javascript - How to change the background color to only 1 combo item choosen select from javascritp -
i need create function javascritp changes color of item ie ".chosen-container .chosen-results li.active-result"
you can simple line of css instead of using javascript ;-)
.chosen-container .chosen-results li.active-result { color: red}
Comments
Post a Comment