-
Just made a page with bootstrap-select, bootstrap 5 and it works perfect, but I need a second button. One button to select months, another to select years. Is this possible, and if possible, how? At the moment the script picks only the first button in the results when evaluating with code below, but both buttons appear to work, showing the tick marks etc. |
Beta Was this translation helpful? Give feedback.
Answered by
ericplan
Jan 20, 2024
Replies: 1 comment
-
Found the solution myself. Rather than point to the class with $('.selectpicker') I had to point to the
id with $('.#coffee'). In that way multiple buttons are possible. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ericplan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found the solution myself. Rather than point to the