Navigation buttons on the top:
<select id="country_id" class="mSelect" multiple="multiple"></select>
$(function () { $('#country_id').mSelect({ url: 'ajax/example1.php', btnRefresh: true, topNav: true }); });