javascript - Can't find delete button in code -


i new frontend development , have problem.

in code downloaded site (develoteca.com) can't find reference "x" button appears next selected user (as shown on image below) enter image description here

i change colour more importantly, want understand code behind resides.

it looks "x" you're refering part of external javascript libary chosen.

assuming example code based on "multiple select" function of chosen, should able customize style of close button css selector

.chosen-container .search-choice-close 

Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -