Example 31:

Navigation buttons on the top:

  • Load the plugin
  • Add Navigation buttons on the top

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