i try to set a style to a form_dropdown of codeigniter but is not wokrk. my code is:
<?php echo form_dropdown('week_id',$weeklist,'class ="form-control selectpicker"'); ?>
Also i try to use the html code with this class and work prefect so my external links of .css and .js are true. Any suggestions? Thanks in advance.