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
I wanna have more than 1 select boxes ion the same page. I tried this... $(function () { $("#durationSelect").selectbox(); $("#minParticipantsSelect").selectbox(); $("#maxParticipantsSelect").selectbox(); });
But it didn't help. Can you please guide me how can I use more than 1 select boxes on single page?
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
I wanna have more than 1 select boxes ion the same page. I tried this...
$(function () { $("#durationSelect").selectbox(); $("#minParticipantsSelect").selectbox(); $("#maxParticipantsSelect").selectbox(); });
But it didn't help. Can you please guide me how can I use more than 1 select boxes on single page?
Thanks.
The text was updated successfully, but these errors were encountered: