I\'m using the Bootstrap-Select plugin like this:
HTML:
$('selector').selectpicker('val',value);
in place of selector you can give you selector either class or id for example: $('#mySelect').selectpicker('val',your_value)
$('#mySelect').selectpicker('val',your_value)