This example show you how to:
<select id="state_id" class="mSelect" multiple="multiple"></select>
$(function () {
$('#state_id').mSelect({
url: 'ajax/example11.php',
columns: ['State Name', 'Country Name', 'Phone Code'],
minWidth: 550
});
});