Mercurial > hg > soundsoftware-site
view public/javascripts/ssamr_registration.js @ 1256:827705e14b3b redmine-2.2-integration
Ported more javascript to jquery
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Tue, 09 Apr 2013 17:08:17 +0100 |
parents | f5860b03d365 |
children | 5bafe0f91f6e |
line wrap: on
line source
/* SSAMR specific functions */ /* institution related functions */ $(document).ready(function(){ if(!$('#ssamr_user_details_institution_type_true').checked && $('#ssamr_user_details_institution_type_true').checked){ $('#ssamr_user_details_other_institution').attr('disabled', 'disabled'); $('#ssamr_user_details_institution_id').removeAttr('disabled'); $('#ssamr_user_details_institution_type_true').checked = true; $('#ssamr_user_details_institution_type_false').checked = false; } } );