I\'m using the Bootstrap-Select plugin like this:
HTML:
Based on @blushrt 's great answer I will update this response. Just using -
$("#Select_ID").val(id);
works if you've preloaded everything you need to the selector.