Your IP : 216.73.217.79


Current Path : /var/www/cesa.co.za/misc/
Upload File :
Current File : /var/www/cesa.co.za/misc/form.js

Drupal.behaviors.multiselectSelector = function() {
  // Automatically selects the right radio button in a multiselect control.
  $('.multiselect select:not(.multiselectSelector-processed)')
    .addClass('multiselectSelector-processed').change(function() {
      $('.multiselect input:radio[value="'+ this.id.substr(5) +'"]')
        .attr('checked', true);
  });
};