I’m new to this. I’m trying the Bootstrap-select but I’m not getting the desired effect like here https://developer.snapappointments.com/bootstrap-select/. I ha
Include jquery library and bootstrap js
and code as
$(document).ready(function() { $('.selectpicker').selectpicker({ style: 'btn-info', size: 4 }); });
Note: Always used minified css and js, to increase page speed