You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
rohan210
changed the title
How to create styled dropdown with Multiple options
Styled dropdown with Multiple options generated checkboxes are not Styled
Jun 15, 2015
<select name="X" multiple>
<option value="x1">X1</option>
<option value="x2">X2</option>
<option value="x3">X3</option>
<option value="x4">X4</option>
</select>
jQuery("select").transformSelect();
Then the generated checkboxes are not styled.
The text was updated successfully, but these errors were encountered: