This example show you how to:
$(function () { $('#country_id').mSelect({ url: 'ajax/example4.php', buttonWidth: '100%', nonSelectedText: 'Nothing is Selected' }); });