How can i change icon of jquery multiselect ? by default its having 2 up and down arrows.
I would like to customize same as we customize for jquery selectbox
Thanks in Advance
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Customize your css. If you can’t find out the class for default icon, use developer tools to find out the icon. Normally the default up and down arrow icon mentioned like this–>
class=”ui-icon ui-icon-triangle-2-n-s”
You can customize it in your own style by adding an external image and mention it’s path to the class.