Example 30: (Open the Dev Console and check the Log)

This example show you how to:

  • Load the plugin
  • Form with linked mSelect's

Test Form




     
HTML:
<form method="post" action="ajax/example29.php?q=submit">
   <select id="country_id" class="mSelect" multiple="multiple"></select>
   <select id="state_id" class="mSelect" multiple="multiple"></select>
   <select id="city_id" class="mSelect" multiple="multiple"></select>
</form>
JS: