Example 09:

This example show you how to:

  • Load the plugin
  • Custom the mSelect Button width and the "Non Selected Text" label

JS :
$(function () {
    $('#country_id').mSelect({
        url: 'ajax/example4.php',
        buttonWidth: '100%',
        nonSelectedText: 'Nothing is Selected'
    });
});